Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Audio Conversion

CMdaAudioConvertUtility provides features to convert audio clips between different formats. For the purposes of this description, the conversion process has been broken down into the following sections.


Opening

MMF can automatically detect the file format and codec of most audio clips with the exception of raw audio. When opening a raw audio file, the codec and audio settings must be specified; this is reflected in the range of open statements available in CMdaAudioConvertUtility.

The following open statements are provided:

[Top]


Configuration

Following the opening of the file or descriptor to convert the audio data, configuration adjustments can be made using the methods described below.

There are five categories of configuration methods that can be used to retrieve and set various parameters. These categories are:

[Top]


Converting

Methods are provided in CMdaAudioConvertUtility to enable the conversion of audio data. However, due to binary compatibility issues, three of the methods do not actually provide any unique functionality. These methods are marked as such in the list below.

The conversion related methods are:

[Top]


See also