Sony Ericsson Developer World added two new code examples for UIQ 3 during June. These examples show how to record audio and find information on the MMF plugins.
Recording Audio in UIQ 3
The simplest way of recording in UIQ 3 is to use the CMdaAudioRecordUtility class. This will allow any developer to do a simple recording from the microphone and save the outcome in a file.
This example application demonstrates a simple way to record audio from the microphone on a UIQ 3 phone and saves the result in the "music" folder if using a real device or in the "audio" folder if using the emulator. The file created is called MyRecFile_X.
This example uses the CMdaAudioRecorderUtility class for recording. The source for the recording part can be found in the CMyRecUtility Class. The recorded file is called MyRecFile_X
Download example application>>
List MMF controller plugins and supported formats, UIQ 3
This application shows how to list information about all MMF controller plugins from the ECOM registry on Sony Ericsson's UIQ 3-based phones. A controller is a MMF plugin that supports playing and recording one or several multimedia formats. Most MMF audio and video interfaces use the multimedia controller framework to provide functionality to read and write audio and video data. For more information see the MMF Client Overview document from Symbian>>
Additional controller plugins can be implemented and installed to a phone to extend it's functionality. For more information see the How to Controller guide from Symbian>>
Download example application>>
|