StreamingProperties Struct Reference

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

Detailed Description

Structure containing information about the properties of a streaming device.

Variables

◆ ip

sl::String ip = ""

IP address of the streaming device.

Default: ""

◆ port

unsigned short port = 0

Streaming port of the streaming device.

Default: 0

◆ serial_number

unsigned int serial_number = 0

Serial number of the streaming camera.

Default: 0

◆ current_bitrate

int current_bitrate = 0

Current bitrate of encoding of the streaming device.

Default: 0

◆ codec

Current codec used for compression in streaming device.

Default: sl::STREAMING_CODEC::H265