ThreadCmd.setCommandFifoSize Method¶
Module: ThreadCmd
Definition¶
Configures the size of the command queue, determining how many commands can be queued before processing.
int id3DevicesThreadCmd_SetCommandFifoSize (
ID3_DEVICES_THREAD_CMD hThreadCmd,
int fifoSize)
Parameters
hThreadCmd
ID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.fifoSize
intin The command FIFO size.
Returns