|
||
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
- ...
Defined in CMdaAudioClipUtility
:
ENotReady
The audio clip recorder or audio converter has been constructed but no file or d...EOpen
Files or descriptors are open but no playing or recording operation is in progre...EPlaying
Audio sample data is playing.ERecording
New audio sample data is being recorded.TState
Defines the possible state of the audio data sample.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...TState
Defines the possible state of the audio data sample.
|