SdpParseStatus Class

Definition

Stores state and provides utility routines on state that is common to the various parsing routines.

public ref class SdpParseStatus
public class SdpParseStatus
type SdpParseStatus = class
Public Class SdpParseStatus
Inheritance
SdpParseStatus

Constructors

SdpParseStatus()

Protected constructor.

Properties

ErrorMessage

Gets or sets an error message describing any problem found while parsing the SDP.

LineNumber

Gets the current line number or the line number where parsing stopped to indicate the line that contains an error.

Methods

IncrementLineNumber()

Increments the line number by one.

SetErrorMessageAndAppendLineNumber(String)

Sets the error message and appends a space and the current line number to the end of the line.

Applies to