public final class XmpAudioSampleType extends XmpClosedChoice<String>
Represents Audio sample type in XmpDynamicMediaPackage
.
Modifier and Type | Method and Description |
---|---|
static XmpAudioSampleType |
getCompressed()
Gets Compressed audio sample.
|
static XmpAudioSampleType |
getOther()
Gets Other audio sample.
|
static XmpAudioSampleType |
getPacked()
Gets Packed audio sample.
|
static XmpAudioSampleType |
getSample16Int()
Gets 16Int audio sample.
|
static XmpAudioSampleType |
getSample24Int()
Gets 24Int audio sample.
|
static XmpAudioSampleType |
getSample32Float()
Gets 32Float audio sample.
|
static XmpAudioSampleType |
getSample32Int()
Gets 32Int audio sample.
|
static XmpAudioSampleType |
getSample8Int()
Gets 8Int audio sample.
|
equals, equals, hashCode, toString
public static XmpAudioSampleType getSample8Int()
Gets 8Int audio sample.
public static XmpAudioSampleType getSample16Int()
Gets 16Int audio sample.
public static XmpAudioSampleType getSample24Int()
Gets 24Int audio sample.
public static XmpAudioSampleType getSample32Int()
Gets 32Int audio sample.
public static XmpAudioSampleType getSample32Float()
Gets 32Float audio sample.
public static XmpAudioSampleType getCompressed()
Gets Compressed audio sample.
public static XmpAudioSampleType getPacked()
Gets Packed audio sample.
public static XmpAudioSampleType getOther()
Gets Other audio sample.