Package | Description |
---|---|
com.aspose.imaging.xmp.schemas.xmpdm |
The package contains XMP related helper classes, constants and methods used by the Adobe dynamic media group.
|
Modifier and Type | Method and Description |
---|---|
static AudioSampleType |
AudioSampleType.getCompressed()
Represents Compressed audio sample.
|
static AudioSampleType |
AudioSampleType.getPacked()
Represents Packed audio sample.
|
static AudioSampleType |
AudioSampleType.getSample16Int()
Represents 16Int audio sample.
|
static AudioSampleType |
AudioSampleType.getSample24Int()
Represents 24Int audio sample.
|
static AudioSampleType |
AudioSampleType.getSample32Float()
Represents 32Float audio sample.
|
static AudioSampleType |
AudioSampleType.getSample32Int()
Represents 32Int audio sample.
|
static AudioSampleType |
AudioSampleType.getSample8Int()
Represents 8Int audio sample.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpDynamicMediaPackage.setAudioSampleType(AudioSampleType audioSampleType)
Sets the audio sample type.
|