Sx16_ioc_set_vbr, Sx16_ioc_rw_stop, Sx16_ioc_rw_pause – Sensoray 616 Linux User Manual
Page 11

11
STREAMTYPE_AES
Audio elementary stream, no video,
STREAMTYPE_TRANSPORT Transport
stream.
Return values
None.
Notes
Sets type of the MPEG stream. Default value is STREAMTYPE_MUX.
SX16_IOC_SET_VBR
ioctl( handle, SX16_IOC_SET_VBR, vbr );
Parameters
vbr
Enables (1) or disables (0) variable bit rate compression
Return values
None.
Notes
Enables/disables variable bit rate compression. Default value is 0.
SX16_IOC_RW_STOP
ioctl( b->handle, SX16_IOC_RW_STOP, 0 );
Parameters
None.
Return values
Returns 0 on success. Returns an error code if any errors were detected.
Notes
Stops read/write. Sends “STOP” command to the board.
There is no START command; if the board is stopped, it will be started by first read/write command.
SX16_IOC_RW_PAUSE
ioctl( b->handle, SX16_IOC_RW_PAUSE, 0 );
Parameters
Return values
Returns 0 on success. Returns an error code if any errors were detected.
Notes