RealTimeControlCommandBuilder#
rb::RealTimeControlCommandBuilder bootstraps the real-time control channel.
Its main job is to carry the UDP port used by the real-time path.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Represent the real-time control bootstrap request. |
Public Member Functions
Method |
Purpose |
Notes |
|---|---|---|
|
Set the UDP port used by the real-time control path. |
This is the main payload of the primitive. |
Key Numeric Parameters
Method |
Unit / encoding |
Notes |
|---|---|---|
|
UDP port number |
Network endpoint configuration, not a physical unit. |
Detailed Reference
-
class RealTimeControlCommandBuilder#
Public Functions
-
RealTimeControlCommandBuilder()#
-
~RealTimeControlCommandBuilder()#
-
RealTimeControlCommandBuilder &SetPort(int port)#
-
RealTimeControlCommandBuilder()#
Related Types
Examples
real_time_control_command.cpp