ParsecClientEnableStream
ParsecStatusParsecClientEnableStream(Parsec *ps,uint8_tstream,boolenable)
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
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | stream | Video stream index. Must be less than NUM_VSTREAMS . |
in | enable | true to enable the stream, false to disable it. |