CMceAudioCodec Class Reference
class CMceAudioCodec : public CMceCodec
|
Container class for audio codecs.
It defines attributes that can be set and get from audio codec. These attributes are used in single audio stream and they are negotiated with remote terminal.
mceclient.lib
Constructor & Destructor Documentation
CMceAudioCodec()
CMceAudioCodec
|
(
|
)
|
[protected]
|
~CMceAudioCodec()
~CMceAudioCodec
|
(
|
)
|
[virtual]
|
Member Functions Documentation
CloneL()
Clones codec, ownership is transferred.
ComparePreferences(const CMceAudioCodec &, const CMceAudioCodec &)
ConstructL(CMceComAudioCodec *)
second-phase constructor flat data container
EnableVAD(TBool)
TInt
|
EnableVAD
|
(
|
TBool
|
aEnableVAD
|
)
|
[pure virtual]
|
Enable / Disable Voice Activity Detection.
InitializeL(CMceMediaStream &)
MaxPTime()
TUint
|
MaxPTime
|
(
|
)
|
const [virtual]
|
Gets max packetization rate.
PTime()
TUint
|
PTime
|
(
|
)
|
const [virtual]
|
Gets the packetization rate.
SamplingFreq()
TUint
|
SamplingFreq
|
(
|
)
|
const [virtual]
|
Gets sampling frequency used currently.
SetMaxPTime(TUint)
TInt
|
SetMaxPTime
|
(
|
TUint
|
aMaxPTime
|
)
|
[pure virtual]
|
Sets the maximum packetization rate.
SetPTime(TUint)
TInt
|
SetPTime
|
(
|
TUint
|
aPTime
|
)
|
[pure virtual]
|
Sets the packetization rate.
SetSamplingFreq(TUint)
TInt
|
SetSamplingFreq
|
(
|
TUint
|
aSamplingFreq
|
)
|
[pure virtual]
|
Sets the sampling frequency.
VAD()
TBool
|
VAD
|
(
|
)
|
const [virtual]
|
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.