SdpWriter Class
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.
Represents a class that is passed to functions that will serialize the SDP attribute.
public ref class SdpWriter
public class SdpWriter
type SdpWriter = class
Public Class SdpWriter
- Inheritance
-
SdpWriter
Methods
AddAttribute(SdpAttribute) |
Appends the supplied attribute. |
AddAttribute(String, String) |
Appends an attribute. This function is used for attributes that have a name portion only, but no value portion. |
AddAttribute(String) |
Adds an attribute. This function is used for attributes that have a name portion only, but no value portion. |
AddFormat(Int32) |
Appends a format value to the end of an "m" line when building an SDP. |
AddFormat(String) |
Appends a format value to the end of an "m" line when building an SDP. |