Class BundleGroup
A bundle group of SDP Media Description elements.
Inheritance
System.Object
    BundleGroup
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class BundleGroupConstructors
BundleGroup(GroupSemanticsType)
Creates a BundleGroup object.
Declaration
public BundleGroup(GroupSemanticsType groupType)Parameters
| Type | Name | Description | 
|---|---|---|
| GroupSemanticsType | groupType | 
Properties
BundleOnly
Gets a value indicating whether this group contains Bundle-only elements.
Declaration
public bool BundleOnly { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
GroupType
Gets the semntic type of this group.
Declaration
public GroupSemanticsType GroupType { get; }Property Value
| Type | Description | 
|---|---|
| GroupSemanticsType | 
MediaDescriptions
Gets the mecia descriptions in this bundle group.
Declaration
public MediaDescription[] MediaDescriptions { get; }Property Value
| Type | Description | 
|---|---|
| MediaDescription[] | 
Mids
Gets media description identifiers associated with this bundle group.
Declaration
public string[] Mids { get; }Property Value
| Type | Description | 
|---|---|
| System.String[] | 
TaggedMSection
Gets or sets the tagged m-section of this bundle group.
Declaration
public MediaDescription TaggedMSection { get; set; }Property Value
| Type | Description | 
|---|---|
| MediaDescription | 
Methods
AddMediaDescription(MediaDescription)
Adds a media description to this bundle group.
Declaration
public void AddMediaDescription(MediaDescription mediaDescription)Parameters
| Type | Name | Description | 
|---|---|---|
| MediaDescription | mediaDescription |