XmpAudioSampleType

XmpAudioSampleType class

Represents Audio sample type in XmpDynamicMediaPackage.

public sealed class XmpAudioSampleType : XmpClosedChoice<string>

Properties

Name Description
static Compressed { get; } Gets Compressed audio sample.
static Other { get; } Gets Other audio sample.
static Packed { get; } Gets Packed audio sample.
static Sample16Int { get; } Gets 16Int audio sample.
static Sample24Int { get; } Gets 24Int audio sample.
static Sample32Float { get; } Gets 32Float audio sample.
static Sample32Int { get; } Gets 32Int audio sample.
static Sample8Int { get; } Gets 8Int audio sample.

Methods

Name Description
override Equals(object)
Equals(XmpClosedChoice<string>)
override GetHashCode()
override ToString()

See Also