
- 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 methodThe method used for playback, see
PlayBackParam.h.playback deviceA string that determines the playback device or channel. The meaning depends on the playback method.
channelsThe number of channels to use for playback, currently supports only 1 (mono) or 2 (stereo).
bits per sampleThe number of bits per sample for playback, should be 8, 16, 24 or 32. Depends on the playback method and the playback device.
buffer sizeDetermines 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.