#include <mmf/server/devsoundstandardcustominterfaces.h>
| class MMMFDevSoundCustomInterfaceFileBlockLength |
| Public Member Functions | |
|---|---|
| pure virtual void | SetFileBlockLength(TUint) |
Custom interface class for setting the file's block length on the hwdevice.
Note also that this interface is just a simple interface to set file's block length. No checking is perfomed on the values sent (hence the Set methods do not return an error code).
| void | SetFileBlockLength | ( | TUint | aBlockAlign | ) | [pure virtual] |
Sets the file's block length on the hwdevice
| Parameter | Description |
|---|---|
| aBlockAlign | The file's block length |