SdpGlobalDescription.Origin 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 or sets details of the "o" line from the SDP.
public:
property Microsoft::Rtc::Signaling::SdpOrigin ^ Origin { Microsoft::Rtc::Signaling::SdpOrigin ^ get(); void set(Microsoft::Rtc::Signaling::SdpOrigin ^ value); };
public Microsoft.Rtc.Signaling.SdpOrigin Origin { get; set; }
member this.Origin : Microsoft.Rtc.Signaling.SdpOrigin with get, set
Public Property Origin As SdpOrigin
Property Value
Exceptions
Thrown when value is null.