AudioSampleType

AudioSampleType class

Represents Audio sample type in XmpDynamicMediaPackage.

public sealed class AudioSampleType

Properties

NameDescription
static Compressed { get; }Represents Compressed audio sample.
static Packed { get; }Represents Packed audio sample.
static Sample16Int { get; }Represents 16Int audio sample.
static Sample24Int { get; }Represents 24Int audio sample.
static Sample32Float { get; }Represents 32Float audio sample.
static Sample32Int { get; }Represents 32Int audio sample.
static Sample8Int { get; }Represents 8Int audio sample.

Methods

NameDescription
override ToString()Returns a String that represents this instance.

See Also