XmpAudioSampleType
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.XmpClosedChoice
public final class XmpAudioSampleType extends XmpClosedChoice<String>
Represents Audio sample type in XmpDynamicMediaPackage .
| 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. |
public static XmpAudioSampleType getSample8Int()
Gets 8Int audio sample.
Returns: XmpAudioSampleType - 8Int.
public static XmpAudioSampleType getSample16Int()
Gets 16Int audio sample.
Returns: XmpAudioSampleType - 16Int.
public static XmpAudioSampleType getSample24Int()
Gets 24Int audio sample.
Returns: XmpAudioSampleType - 24Int.
public static XmpAudioSampleType getSample32Int()
Gets 32Int audio sample.
Returns: XmpAudioSampleType - 32Int.
public static XmpAudioSampleType getSample32Float()
Gets 32Float audio sample.
Returns: XmpAudioSampleType - 32Float.
public static XmpAudioSampleType getCompressed()
Gets Compressed audio sample.
Returns: XmpAudioSampleType - The compressed audio.
public static XmpAudioSampleType getPacked()
Gets Packed audio sample.
Returns: XmpAudioSampleType - The packed audio.
public static XmpAudioSampleType getOther()
Gets Other audio sample.
Returns: XmpAudioSampleType - The packed audio.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.