Enum GroupSemanticsType
SDP Group Semantics
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public enum GroupSemanticsTypeFields
| Name | Description | 
|---|---|
| Bundling | The extension can be used with the Session Description Protocol(SDP) Offer/Answer mechanism[RFC3264] to negotiate which "m=" sections will become part of a BUNDLE group. | 
| FlowIdentification | An "m" line in an SDP session description defines a media stream. However, SDP does not define what a media stream is. This definition can be found in the RTSP specification.The RTSP RFC[5] defines a media stream as "a single media instance, e.g., an audio stream or a video stream as well as a single whiteboard or shared application group. When using RTP, a stream consists of all RTP and RTCP packets created by a source within an RTP session". | 
| LipSynchronization | An application that receives a session description that contains "m" lines that are grouped together using LS semantics MUST synchronize the playout of the corresponding media streams.Note that LS semantics not only apply to a video stream that has to be synchronized with an audio stream.The playout of two streams of the same type can be synchronized as well. | 
| Unknown | Unknown Group semantics type. |