XmpAudioSampleType

Inheritance: java.lang.Object, com.groupdocs.metadata.core.XmpClosedChoice

public final class XmpAudioSampleType extends XmpClosedChoice<String>

Represents Audio sample type in XmpDynamicMediaPackage .

Methods

Method Description
getSample8Int() Gets 8Int audio sample.
getSample16Int() Gets 16Int audio sample.
getSample24Int() Gets 24Int audio sample.
getSample32Int() Gets 32Int audio sample.
getSample32Float() Gets 32Float audio sample.
getCompressed() Gets Compressed audio sample.
getPacked() Gets Packed audio sample.
getOther() Gets Other audio sample.

getSample8Int()

public static XmpAudioSampleType getSample8Int()

Gets 8Int audio sample.

Returns: XmpAudioSampleType - 8Int.

getSample16Int()

public static XmpAudioSampleType getSample16Int()

Gets 16Int audio sample.

Returns: XmpAudioSampleType - 16Int.

getSample24Int()

public static XmpAudioSampleType getSample24Int()

Gets 24Int audio sample.

Returns: XmpAudioSampleType - 24Int.

getSample32Int()

public static XmpAudioSampleType getSample32Int()

Gets 32Int audio sample.

Returns: XmpAudioSampleType - 32Int.

getSample32Float()

public static XmpAudioSampleType getSample32Float()

Gets 32Float audio sample.

Returns: XmpAudioSampleType - 32Float.

getCompressed()

public static XmpAudioSampleType getCompressed()

Gets Compressed audio sample.

Returns: XmpAudioSampleType - The compressed audio.

getPacked()

public static XmpAudioSampleType getPacked()

Gets Packed audio sample.

Returns: XmpAudioSampleType - The packed audio.

getOther()

public static XmpAudioSampleType getOther()

Gets Other audio sample.

Returns: XmpAudioSampleType - The packed audio.