MMMFVideoAudioSamplingRateAndChannelConfigCustomCommandImplementor Class Reference
class MMMFVideoAudioSamplingRateAndChannelConfigCustomCommandImplementor |
Mixin class to be derived from controller plug-ins that could support the audio sampling rate and channels configuration.
Member Functions Documentation
MvasrccGetAudioChannelsL(TUint &)
void | MvasrccGetAudioChannelsL | ( | TUint & | aChannels | ) | [pure virtual] |
Gets the current number of audio channels.
Parameters
TUint & aChannels | The current number of audio channels. |
MvasrccGetAudioSampleRateL(TUint &)
void | MvasrccGetAudioSampleRateL | ( | TUint & | aSampleRate | ) | [pure virtual] |
Gets the current audio sample rate.
Parameters
TUint & aSampleRate | The current audio sample rate. |
MvasrccGetSupportedAudioChannelsL(RArray< TUint > &)
void | MvasrccGetSupportedAudioChannelsL | ( | RArray< TUint > & | aChannels | ) | [pure virtual] |
Gets the list of supported number of audio channels.
Parameters
RArray< TUint > & aChannels | The list of supported number of audio channels. |
MvasrccGetSupportedAudioSampleRatesL(RArray< TUint > &)
void | MvasrccGetSupportedAudioSampleRatesL | ( | RArray< TUint > & | aSampleRates | ) | [pure virtual] |
Gets the list of supported audio sample rates.
Parameters
RArray< TUint > & aSampleRates | The list of supported audio sample rates. |
MvasrccSetAudioChannelsL(const TUint)
void | MvasrccSetAudioChannelsL | ( | const TUint | aChannels | ) | [pure virtual] |
Sets the number of audio channels.
Parameters
const TUint aChannels | The number of audio channels to use. |
MvasrccSetAudioSampleRateL(const TUint)
void | MvasrccSetAudioSampleRateL | ( | const TUint | aSampleRate | ) | [pure virtual] |
Sets the audio sample rate.
Parameters
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.