- Internal Name:
playback
- Plugin Type:
function
- Description:
Provides a dialog to set up the playback parameters. Please refer to the section Playback in this manual for more information.
- Parameters:
playback method
The method used for playback, see
PlayBackParam.h
.playback device
A string that determines the playback device or channel. The meaning depends on the playback method.
channels
The number of channels to use for playback, currently supports only 1 (mono) or 2 (stereo).
bits per sample
The number of bits per sample for playback, should be 8, 16, 24 or 32. Depends on the playback method and the playback device.
buffer size
Determines the size of the playback buffer, used as exponent for calculating the real buffer size as 2^n, e.g. setting this to 16 gives a buffer size of 2^16 = 64 kB.