Contents

setRunEraseHead

Tells the audio engine whether or not to run the erase head.

Declaration

virtual void setRunEraseHead(
 boolrunEraseHead);

Parameters

  • runEraseHead:

    The audio engine will run the erase head if this value is true.

Overview

By default, output audio engines run the erase head and input audio engines do not. This method can be called after setDirection() is called in order to change the default behavior.

See Also

Miscellaneous