class MMMFVideoAudioSamplingRateAndChannelConfigCustomCommandImplementor |
Mixin class to be derived from controller plug-ins that could support the audio sampling rate and channels configuration.
Public Member Functions | |
---|---|
void | MvasrccGetAudioChannelsL ( TUint &) |
void | MvasrccGetAudioSampleRateL ( TUint &) |
void | MvasrccGetSupportedAudioChannelsL ( RArray < TUint > &) |
void | MvasrccGetSupportedAudioSampleRatesL ( RArray < TUint > &) |
void | MvasrccSetAudioChannelsL (const TUint ) |
void | MvasrccSetAudioSampleRateL (const TUint ) |
void | MvasrccGetAudioChannelsL | ( | TUint & | aChannels | ) | [pure virtual] |
Gets the current number of audio channels.
TUint & aChannels | The current number of audio channels. |
void | MvasrccGetAudioSampleRateL | ( | TUint & | aSampleRate | ) | [pure virtual] |
Gets the current audio sample rate.
TUint & aSampleRate | The current audio sample rate. |
void | MvasrccGetSupportedAudioChannelsL | ( | RArray < TUint > & | aChannels | ) | [pure virtual] |
Gets the list of supported number of audio channels.
void | MvasrccGetSupportedAudioSampleRatesL | ( | RArray < TUint > & | aSampleRates | ) | [pure virtual] |
Gets the list of supported audio sample rates.
void | MvasrccSetAudioChannelsL | ( | const TUint | aChannels | ) | [pure virtual] |
Sets the number of audio channels.
const TUint aChannels | The number of audio channels to use. |
void | MvasrccSetAudioSampleRateL | ( | const TUint | aSampleRate | ) | [pure virtual] |
Sets the audio sample rate.
const TUint aSampleRate | The audio sample rate to use. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.