#include <mmf/server/mmfdevsoundcustominterfacesupportclasses.h>
class MMMFDevSoundQueryIgnoresUnderflow |
Public Member Functions | |
---|---|
pure virtual TBool | QueryIgnoresUnderflow() |
This class provides an interface for querying DevSound whether it ignores the underflow errors from the sound driver.
TBool | QueryIgnoresUnderflow | ( | ) | [pure virtual] |
Queries the devsound whether it ignores the underflow errors from the sound driver
Returns: ETrue if the devsound ignores all the underflow errors from the sound driver except for the last buffer. That means DevSound propagates the underflow error from sound driver to its clients only when client sets the last buffer flag on the CMMFBuffer type buffer. EFalse if devsound propagates the underflow errors from the sound driver in all the cases