class MIlbcDecoderIntfc |
This class provides an interface to the Ilbc decoder CMMFHwDevice in order to provide additional configuration information.
Public Member Functions | |
---|---|
TInt | GetComfortNoiseGeneration ( TBool &) |
TInt | SetComfortNoiseGeneration ( TBool ) |
TInt | SetDecoderMode ( TDecodeMode ) |
Public Member Enumerations | |
---|---|
enum | TDecodeMode { E20msFrame , E30msFrame } |
TInt | GetComfortNoiseGeneration | ( | TBool & | aCng | ) | [pure virtual] |
Used to find out if comfort noise generation is enabled or not.
This method is allowable when decoding is not active - anytime before started or after stopped.
TBool & aCng | On output ETrue = comfort noise generation enabled; EFalse = comfort noise generation disabled |
TInt | SetComfortNoiseGeneration | ( | TBool | aCng | ) | [pure virtual] |
Used to enable and disable the comfort noise generation capability.
This method is allowable when decoding is not active - anytime before started or after stopped.
TBool aCng | ETrue = comfort noise generation enabled; EFalse = comfort noise generation disabled |
TInt | SetDecoderMode | ( | TDecodeMode | aDecodeMode | ) | [pure virtual] |
Informs the decoder of the encoded data format that will be sent to it.
This method can be called when decoding is not active - anytime before started or after stopped.
TDecodeMode aDecodeMode | the decode mode. |
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.