Location:
MdaAudioSampleEditor.h
Link against: MediaClientAudio.lib
CMdaAudioType
Supported from 5.0
Encapsulates the audio format, codec and the settings for an audio sample.
These three items are further encapsulated within other classes and instances of these classes are constructed on the heap. These instances are destroyed when this object is destroyed.
|
Defined in CMdaAudioType
:
iCodec
, iFormat
, iSettings
Inherited from CBase
:
operator new()
TMdaClipFormat* iFormat
The audio format, for instance TMdaWavClipFormat
or TMdaAuClipFormat
.