Sdp<TGlobalDescription,TMediaDescription>.MediaDescriptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of MediaDescriptions associated with this SDP.
public:
property System::Collections::Generic::IList<TMediaDescription> ^ MediaDescriptions { System::Collections::Generic::IList<TMediaDescription> ^ get(); };
public System.Collections.Generic.IList<TMediaDescription> MediaDescriptions { get; }
member this.MediaDescriptions : System.Collections.Generic.IList<'MediaDescription (requires 'MediaDescription :> Microsoft.Rtc.Signaling.SdpMediaDescription and 'MediaDescription : (new : unit -> 'MediaDescription))>
Public ReadOnly Property MediaDescriptions As IList(Of TMediaDescription)
Property Value
IList<TMediaDescription>