Search Results for

    Show / Hide Table of Contents

    Class BundleGroup

    A bundle group of SDP Media Description elements.

    Inheritance
    System.Object
    BundleGroup
    Namespace: FM.LiveSwitch.Sdp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class BundleGroup : object

    Constructors

    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0