C# Class Tmds.Sdp.SessionDescription

Afficher le fichier Open project: bbc/sdp-test Class Usage Examples

Méthodes publiques

Свойство Type Description
_information string

Private Properties

Свойство Type Description
SessionDescription System

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsSameSession ( SessionDescription sd ) : bool
IsUpdateOf ( SessionDescription sd ) : bool
Load ( Stream stream ) : SessionDescription
Load ( Stream stream, LoadOptions loadOptions ) : SessionDescription
Load ( TextReader reader ) : SessionDescription
Load ( TextReader reader, LoadOptions loadOptions ) : SessionDescription
Parse ( string text ) : SessionDescription
Parse ( string text, LoadOptions options ) : SessionDescription
Save ( Stream stream ) : void
Save ( TextWriter textWriter ) : void
SessionDescription ( ) : System
SetReadOnly ( ) : void
ToString ( ) : string
operator ( ) : bool

Private Methods

Méthode Description
SessionDescription ( bool initialize ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsSameSession() public méthode

public IsSameSession ( SessionDescription sd ) : bool
sd SessionDescription
Résultat bool

IsUpdateOf() public méthode

public IsUpdateOf ( SessionDescription sd ) : bool
sd SessionDescription
Résultat bool

Load() public static méthode

public static Load ( Stream stream ) : SessionDescription
stream Stream
Résultat SessionDescription

Load() public static méthode

public static Load ( Stream stream, LoadOptions loadOptions ) : SessionDescription
stream Stream
loadOptions LoadOptions
Résultat SessionDescription

Load() public static méthode

public static Load ( TextReader reader ) : SessionDescription
reader TextReader
Résultat SessionDescription

Load() public static méthode

public static Load ( TextReader reader, LoadOptions loadOptions ) : SessionDescription
reader TextReader
loadOptions LoadOptions
Résultat SessionDescription

Parse() public static méthode

public static Parse ( string text ) : SessionDescription
text string
Résultat SessionDescription

Parse() public static méthode

public static Parse ( string text, LoadOptions options ) : SessionDescription
text string
options LoadOptions
Résultat SessionDescription

Save() public méthode

public Save ( Stream stream ) : void
stream Stream
Résultat void

Save() public méthode

public Save ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
Résultat void

SessionDescription() public méthode

public SessionDescription ( ) : System
Résultat System

SetReadOnly() public méthode

public SetReadOnly ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

_information public_oe property

public string _information
Résultat string