Structure containing information about the properties of a streaming device. More...
Data Fields | |
unsigned char | ip [16] |
IP address of the streaming device. | |
unsigned short | port |
Streaming port of the streaming device. More... | |
unsigned int | serial_number |
Serial number of the streaming camera. More... | |
int | current_bitrate |
Current bitrate of encoding of the streaming device. More... | |
enum SL_STREAMING_CODEC | codec |
Current codec used for compression in streaming device. More... | |
Structure containing information about the properties of a streaming device.
unsigned short SL_StreamingProperties::port |
Streaming port of the streaming device.
Default: 0
unsigned int SL_StreamingProperties::serial_number |
Serial number of the streaming camera.
Default: 0
int SL_StreamingProperties::current_bitrate |
Current bitrate of encoding of the streaming device.
Default: 0
enum SL_STREAMING_CODEC SL_StreamingProperties::codec |
Current codec used for compression in streaming device.
Default: SL_STREAMING_CODEC_H265