Structure containing information about the properties of a streaming device. More...
Attributes | |
sl::String | ip = "" |
IP address of the streaming device. More... | |
unsigned short | port = 0 |
Streaming port of the streaming device. More... | |
unsigned int | serial_number = 0 |
Serial number of the streaming camera. More... | |
int | current_bitrate = 0 |
Current bitrate of encoding of the streaming device. More... | |
STREAMING_CODEC | codec = STREAMING_CODEC::H265 |
Current codec used for compression in streaming device. More... | |
Structure containing information about the properties of a streaming device.
sl::String ip = "" |
IP address of the streaming device.
Default: ""
unsigned short port = 0 |
Streaming port of the streaming device.
Default: 0
unsigned int serial_number = 0 |
Serial number of the streaming camera.
Default: 0
int current_bitrate = 0 |
Current bitrate of encoding of the streaming device.
Default: 0
STREAMING_CODEC codec = STREAMING_CODEC::H265 |
Current codec used for compression in streaming device.
Default: sl::STREAMING_CODEC::H265