#include <omx_symbian_output_stream.h>
Public Member Functions | |
| OmxSymbianOutputStream () | |
| virtual | ~OmxSymbianOutputStream () |
| int | Open (int sampleRate, int channels) |
| void | Close () |
| int | WriteAudioData (unsigned char *buffer, int length) |
| void | MaoscOpenComplete (TInt aError) |
| void | MaoscBufferCopied (TInt aError, const TDesC8 &aBuffer) |
| void | MaoscPlayComplete (TInt aError) |
Definition at line 28 of file omx_symbian_output_stream.h.
| OmxSymbianOutputStream::OmxSymbianOutputStream | ( | ) |
| virtual OmxSymbianOutputStream::~OmxSymbianOutputStream | ( | ) | [virtual] |
| int OmxSymbianOutputStream::Open | ( | int | sampleRate, | |
| int | channels | |||
| ) |
| void OmxSymbianOutputStream::Close | ( | ) |
| int OmxSymbianOutputStream::WriteAudioData | ( | unsigned char * | buffer, | |
| int | length | |||
| ) |
| void OmxSymbianOutputStream::MaoscOpenComplete | ( | TInt | aError | ) |
| void OmxSymbianOutputStream::MaoscBufferCopied | ( | TInt | aError, | |
| const TDesC8 & | aBuffer | |||
| ) |
| void OmxSymbianOutputStream::MaoscPlayComplete | ( | TInt | aError | ) |
1.5.1