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... | |
The local bundle negotiation policy.
Denotes the policy this peer uses when negotiating resulting connection bundling policy.
| fm.liveswitch.BundlePolicy.BundlePolicy | ( | int | value | ) |
|
static |
| int fm.liveswitch.BundlePolicy.getAssignedValue | ( | ) |
|
static |
| 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".
| fm.liveswitch.BundlePolicy.Disabled =(4) |
Indicates that all media sections will contain transport parameters.
No support for bundling.
| 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".
| fm.liveswitch.BundlePolicy.MaxCompatibility =(2) |
Indicates that all media sections will contain transport parameters.
No media sections will be marked as "bundle only".