AudioSampleType

Inheritance: java.lang.Object

public final class AudioSampleType

Represents Audio sample type in XmpDynamicMediaPackage.

Fields

FieldDescription
AudioSample8IntThe 8int audio sample
AudioSample16IntThe 16int audio sample
AudioSample24IntThe 24int audio sample
AudioSample32IntThe 32int audio sample
AudioSample32FloatThe 32float audio sample
AudioSampleCompressedThe compressed audio sample
AudioSamplePackedThe packed audio sample
AudioSampleOtherThe other audio sample

Methods

MethodDescription
getSample8Int()Represents 8Int audio sample.
getSample16Int()Represents 16Int audio sample.
getSample24Int()Represents 24Int audio sample.
getSample32Int()Represents 32Int audio sample.
getSample32Float()Represents 32Float audio sample.
getCompressed()Represents Compressed audio sample.
getPacked()Represents Packed audio sample.
toString()Returns a System.String that represents this instance.

AudioSample8Int

public static final String AudioSample8Int

The 8int audio sample

AudioSample16Int

public static final String AudioSample16Int

The 16int audio sample

AudioSample24Int

public static final String AudioSample24Int

The 24int audio sample

AudioSample32Int

public static final String AudioSample32Int

The 32int audio sample

AudioSample32Float

public static final String AudioSample32Float

The 32float audio sample

AudioSampleCompressed

public static final String AudioSampleCompressed

The compressed audio sample

AudioSamplePacked

public static final String AudioSamplePacked

The packed audio sample

AudioSampleOther

public static final String AudioSampleOther

The other audio sample

getSample8Int()

public static AudioSampleType getSample8Int()

Represents 8Int audio sample.

Returns: AudioSampleType

getSample16Int()

public static AudioSampleType getSample16Int()

Represents 16Int audio sample.

Returns: AudioSampleType

getSample24Int()

public static AudioSampleType getSample24Int()

Represents 24Int audio sample.

Returns: AudioSampleType

getSample32Int()

public static AudioSampleType getSample32Int()

Represents 32Int audio sample.

Returns: AudioSampleType

getSample32Float()

public static AudioSampleType getSample32Float()

Represents 32Float audio sample.

Returns: AudioSampleType

getCompressed()

public static AudioSampleType getCompressed()

Represents Compressed audio sample.

Returns: AudioSampleType

getPacked()

public static AudioSampleType getPacked()

Represents Packed audio sample.

Returns: AudioSampleType

toString()

public String toString()

Returns a System.String that represents this instance.

Returns: java.lang.String - A System.String that represents this instance.