Parsec

ParsecClientEnableStream

ParsecStatusParsecClientEnableStream(Parsec *
ps,
uint8_t
stream,
bool
enable
)

Enable or disable video streams.

DEFAULT_STREAM is enabled automatically on client connection, other streams may be enabled on demand. Any stream may be disabled at any time. Failing to disable a stream after it is no longer necessary will impact available bandwidth.

Parameters

DirectionNameDescription
inpsParsec instance returned by ParsecInit.
instreamVideo stream index. Must be less than NUM_VSTREAMS.
inenabletrue to enable the stream, false to disable it.