#include <mmf/server/devsoundstandardcustominterfaces.h>
class MG729EncoderIntfc |
Public Member Functions | |
---|---|
pure virtual TInt | GetVadMode(TBool &) |
pure virtual TInt | SetVadMode(TBool) |
This class provides an interface to the G729 encoder CMMFHwDevice in order to provide additional configuration information.
Gets the current state of the voice activity detection (VAD) mode.
This method can be called at all times - while actively encoding or not.
Parameter | Description |
---|---|
aVadModeOn | On output ETrue=On, EFalse=Off |
Returns: KErrNone if successful. KErrNotSupported if this method is not implemented or VAD is not supported by the encoder.
Controls voice activity detection (VAD) mode.
This method is allowable at all times - while actively encoding or not.
Parameter | Description |
---|---|
aVadModeOn | ETrue=On, EFalse=Off |
Returns: KErrNone if successful. KErrNotSupported if this method is not implemented or not supported by the encoder.