Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
static XmpAudioChannelType |
XmpAudioChannelType.getAudio16Channel()
Gets 16 audio channel.
|
static XmpAudioChannelType |
XmpAudioChannelType.getAudio51()
Gets 5.1 audio channel.
|
static XmpAudioChannelType |
XmpAudioChannelType.getAudio71()
Gets 7.1 audio channel.
|
static XmpAudioChannelType |
XmpAudioChannelType.getMono()
Gets mono audio channel.
|
static XmpAudioChannelType |
XmpAudioChannelType.getOtherChannel()
Gets other channel.
|
static XmpAudioChannelType |
XmpAudioChannelType.getStereo()
Gets stereo audio channel.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpDynamicMediaPackage.setAudioChannelType(XmpAudioChannelType audioChannelType)
Sets the audio channel type.
|