C# 클래스 Tmds.Sdp.SessionDescription

파일 보기 프로젝트 열기: bbc/sdp-test 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_information string

Private Properties

프로퍼티 타입 설명
SessionDescription System

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SessionDescription ( bool initialize ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsSameSession() 공개 메소드

public IsSameSession ( SessionDescription sd ) : bool
sd SessionDescription
리턴 bool

IsUpdateOf() 공개 메소드

public IsUpdateOf ( SessionDescription sd ) : bool
sd SessionDescription
리턴 bool

Load() 공개 정적인 메소드

public static Load ( Stream stream ) : SessionDescription
stream Stream
리턴 SessionDescription

Load() 공개 정적인 메소드

public static Load ( Stream stream, LoadOptions loadOptions ) : SessionDescription
stream Stream
loadOptions LoadOptions
리턴 SessionDescription

Load() 공개 정적인 메소드

public static Load ( TextReader reader ) : SessionDescription
reader TextReader
리턴 SessionDescription

Load() 공개 정적인 메소드

public static Load ( TextReader reader, LoadOptions loadOptions ) : SessionDescription
reader TextReader
loadOptions LoadOptions
리턴 SessionDescription

Parse() 공개 정적인 메소드

public static Parse ( string text ) : SessionDescription
text string
리턴 SessionDescription

Parse() 공개 정적인 메소드

public static Parse ( string text, LoadOptions options ) : SessionDescription
text string
options LoadOptions
리턴 SessionDescription

Save() 공개 메소드

public Save ( Stream stream ) : void
stream Stream
리턴 void

Save() 공개 메소드

public Save ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
리턴 void

SessionDescription() 공개 메소드

public SessionDescription ( ) : System
리턴 System

SetReadOnly() 공개 메소드

public SetReadOnly ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

_information 공개적으로 프로퍼티

public string _information
리턴 string