fm.liveswitch.MultiplexPolicy Enum Reference

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

Detailed Description

The local policy for RTP/RTCP multiplex negotation.

Constructor & Destructor Documentation

◆ MultiplexPolicy()

fm.liveswitch.MultiplexPolicy.MultiplexPolicy ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.MultiplexPolicy.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.MultiplexPolicy.getAssignedValue ( )

◆ getByAssignedValue()

static MultiplexPolicy fm.liveswitch.MultiplexPolicy.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Disabled

fm.liveswitch.MultiplexPolicy.Disabled =(3)

Indicates that multiplexing will be disabled.

The connection will fail if the remote end requires multiplexing.

◆ Negotiated

fm.liveswitch.MultiplexPolicy.Negotiated =(1)

Indicates that multiplexing will be used only if the remote end supports it.

◆ Required

fm.liveswitch.MultiplexPolicy.Required =(2)

Indicates that multiplexing will be required.

The connection will fail if the remote end does not support multiplexing.