AudioSampleType

Contents
[ ]

Inheritance: java.lang.Object

public final class AudioSampleType

Represents Audio sample type in XmpDynamicMediaPackage.

Fields

Field Description
AudioSample8Int The 8int audio sample
AudioSample16Int The 16int audio sample
AudioSample24Int The 24int audio sample
AudioSample32Int The 32int audio sample
AudioSample32Float The 32float audio sample
AudioSampleCompressed The compressed audio sample
AudioSamplePacked The packed audio sample
AudioSampleOther The other audio sample

Methods

Method Description
toString() Returns a System.String that represents this instance.
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.

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

toString()

public String toString()

Returns a System.String that represents this instance.

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

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