Class SynchronizedStreamGroup
Represents a synchronized stream group in Session Description Protocol (SDP).
Inheritance
System.Object
SynchronizedStreamGroup
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class SynchronizedStreamGroup : object
Properties
GroupId
Gets or sets the group identifier.
Declaration
public string GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HasAudio
Gets a value indicating whether the stream group contains audio media.
Declaration
public bool HasAudio { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
HasVideo
Gets a value indicating whether the stream group contains video media.
Declaration
public bool HasVideo { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
MediaDescriptions
Gets or sets the array of media descriptions associated with this stream group.
Declaration
public MediaDescription[] MediaDescriptions { get; set; }
Property Value
| Type | Description |
|---|---|
| MediaDescription[] |
Mids
Gets or sets the Mids of the streams associated with this synchronized stream group.
Declaration
public string[] Mids { get; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
Methods
ObtainUnassigned()
Returns the value representing a description that is not assigned to a Native WebRTC Media Stream.
Declaration
public static string ObtainUnassigned()
Returns
| Type | Description |
|---|---|
| System.String | A string representing the unassigned value. |