fm.liveswitch.BundlePolicy Enum Reference

The local bundle negotiation policy. More...

Public Member Functions

 BundlePolicy (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static BundlePolicy getByAssignedValue (int value)
 

Public Attributes

 Balanced =(1)
 Indicates that the first media section of each type will contain transport parameters. More...
 
 MaxCompatibility =(2)
 Indicates that all media sections will contain transport parameters. More...
 
 MaxBundle =(3)
 Indicates that only the first media section will contain transport parameters. More...
 
 Disabled =(4)
 Indicates that all media sections will contain transport parameters. More...
 

Detailed Description

The local bundle negotiation policy.

Denotes the policy this peer uses when negotiating resulting connection bundling policy.

Constructor & Destructor Documentation

◆ BundlePolicy()

fm.liveswitch.BundlePolicy.BundlePolicy ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.BundlePolicy.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.BundlePolicy.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Balanced

fm.liveswitch.BundlePolicy.Balanced =(1)

Indicates that the first media section of each type will contain transport parameters.

The second and any subsequent media sections of each type will be marked as "bundle only".

◆ Disabled

fm.liveswitch.BundlePolicy.Disabled =(4)

Indicates that all media sections will contain transport parameters.

No support for bundling.

◆ MaxBundle

fm.liveswitch.BundlePolicy.MaxBundle =(3)

Indicates that only the first media section will contain transport parameters.

All other media sections will be marked as "bundle only".

◆ MaxCompatibility

fm.liveswitch.BundlePolicy.MaxCompatibility =(2)

Indicates that all media sections will contain transport parameters.

No media sections will be marked as "bundle only".