Edit

Share via


Sdp<TGlobalDescription,TMediaDescription>.Write(TextWriter) Method

Definition

Creates a string containing a valid SDP that is ready to be transmitted.

public:
 void Write(System::IO::TextWriter ^ writer);
public void Write (System.IO.TextWriter writer);
member this.Write : System.IO.TextWriter -> unit
Public Sub Write (writer As TextWriter)

Parameters

writer
TextWriter

The writer to serialize into.

Exceptions

Thrown when the SDP cannot be composed in its current state.

Applies to