![]() | InDesign SDK 20.5 |
#include <ISoundContentData.h>
Public Types | |
| enum | SampleDataFormat { enRawData = 0, enSignedData = 1, enMuLawData = 2, enALawData = 3 } |
| enum | SoundContentDataID { enSampleRate = kSoundPrefix + 0, enNumberOfSoundChannels = kSoundPrefix + 1, enBitsPerSample = kSoundPrefix + 2, enFormatOfSampleData = kSoundPrefix + 3, enFormatOfCompression = kSoundPrefix + 4, enVolume = kSoundPrefix + 5, enSynchronous = kSoundPrefix + 6, enRepeat = kSoundPrefix + 7, enMix = kSoundPrefix + 8 } |
This interface provides methods for accessing sound page item attributes.
this enum defines the sound sample data formats
this enum defines the IDs of all attributes specific to sound media content.