SL_StreamingProperties Struct Reference

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...
 

Detailed Description

Structure containing information about the properties of a streaming device.

Field Documentation

◆ port

unsigned short SL_StreamingProperties::port

Streaming port of the streaming device.

Default: 0

◆ serial_number

unsigned int SL_StreamingProperties::serial_number

Serial number of the streaming camera.

Default: 0

◆ current_bitrate

int SL_StreamingProperties::current_bitrate

Current bitrate of encoding of the streaming device.

Default: 0

◆ codec

enum SL_STREAMING_CODEC SL_StreamingProperties::codec

Current codec used for compression in streaming device.

Default: SL_STREAMING_CODEC_H265