The local policy for RTP/RTCP multiplex negotation. More...
Public Member Functions | |
MultiplexPolicy (int value) | |
int | getAssignedValue () |
Static Public Member Functions | |
[static initializer] | |
static MultiplexPolicy | getByAssignedValue (int value) |
Public Attributes | |
Negotiated =(1) | |
Indicates that multiplexing will be used only if the remote end supports it. More... | |
Required =(2) | |
Indicates that multiplexing will be required. More... | |
Disabled =(3) | |
Indicates that multiplexing will be disabled. More... | |
The local policy for RTP/RTCP multiplex negotation.
fm.liveswitch.MultiplexPolicy.MultiplexPolicy | ( | int | value | ) |
|
static |
int fm.liveswitch.MultiplexPolicy.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.MultiplexPolicy.Disabled =(3) |
Indicates that multiplexing will be disabled.
The connection will fail if the remote end requires multiplexing.
fm.liveswitch.MultiplexPolicy.Negotiated =(1) |
Indicates that multiplexing will be used only if the remote end supports it.
fm.liveswitch.MultiplexPolicy.Required =(2) |
Indicates that multiplexing will be required.
The connection will fail if the remote end does not support multiplexing.