Location:
MdaAudioSampleEditor.h
Link against: mediaclientaudio.lib
class CMdaAudioClipUtility : public CBase, public MMMFClientUtility;
This class is used by both the audio recorder and audio converter. This class should not be used, other than the TState enum.
Prior to 7.0s the pure virtual functions in this class were implemented virtual functions. In 7.0s this changed, so now any classes derived from this one must implement the functions themselves.
MMMFClientUtility
- No description.
CBase
- Base class for all classes to be instantiated on the heap
CMdaAudioClipUtility
- This class is used by both the audio recorder and audio converter
Defined in CMdaAudioClipUtility
:
ENotReady
, EOpen
, EPlaying
, ERecording
, TState
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
TState
Defines the possible state of the audio data sample.
|