Class AudioSampleType
Represents Audio sample type in XmpDynamicMediaPackage.
public sealed class AudioSampleType
- Inheritance
-
AudioSampleType
- Inherited Members
Properties
Compressed
Represents Compressed audio sample.
public static AudioSampleType Compressed { get; }
Property Value
Packed
Represents Packed audio sample.
public static AudioSampleType Packed { get; }
Property Value
Sample16Int
Represents 16Int audio sample.
public static AudioSampleType Sample16Int { get; }
Property Value
Sample24Int
Represents 24Int audio sample.
public static AudioSampleType Sample24Int { get; }
Property Value
Sample32Float
Represents 32Float audio sample.
public static AudioSampleType Sample32Float { get; }
Property Value
Sample32Int
Represents 32Int audio sample.
public static AudioSampleType Sample32Int { get; }
Property Value
Sample8Int
Represents 8Int audio sample.
public static AudioSampleType Sample8Int { get; }
Property Value
Methods
ToString()
Returns a string that represents this instance.
public override string ToString()