C# 클래스 Tmds.Sdp.AttributeDictionary

파일 보기 프로젝트 열기: bbc/sdp-test

공개 메소드들

메소드 설명
Add ( string name ) : void
Add ( string name, string value ) : void
AddFormatParameters ( string format, string>.IDictionary formatParameters ) : void
AddFormatParameters ( string format, string formatParameters ) : void
AddRtpEncoding ( int pt, string encoding, int clockrate ) : void
AddRtpEncoding ( int pt, string encoding, int clockrate, string encodingParameters ) : void
Clear ( ) : void
ContainsKey ( string name ) : bool
GetCategory ( ) : string
GetConferenceType ( ) : string
GetEnumerator ( ) : string>>.IEnumerator
GetFormatParameterDictionary ( string format ) : string>.IDictionary
GetFormatParameters ( string format ) : string
GetFramerate ( ) : double?
GetInactive ( ) : bool
GetKeywords ( ) : string
GetLabel ( ) : string
GetMaxPacketTime ( ) : TimeSpan?
GetOrientation ( ) : string
GetPacketTime ( ) : TimeSpan?
GetQuality ( ) : int?
GetRtpEncoding ( int pt, string &encoding, int &clockrate ) : bool
GetRtpEncoding ( int pt, string &encoding, int &clockrate, string &encodingParameters ) : bool
GetSendReceive ( bool &send, bool &receive ) : void
GetValue ( string name ) : string
GetValues ( string name ) : IList
Remove ( string name ) : bool
Remove ( string name, string value ) : bool
Set ( string name ) : void
Set ( string name, IEnumerable values ) : void
Set ( string name, string value ) : void
SetCategory ( string value ) : void
SetConferenceType ( string value ) : void
SetFramerate ( double value ) : void
SetInactive ( bool value ) : void
SetKeywords ( string value ) : void
SetMaxPacketTime ( System.TimeSpan value ) : void
SetOrientation ( string value ) : void
SetPacketTime ( System.TimeSpan value ) : void
SetQuality ( int value ) : void
SetSendReceive ( bool send, bool receive ) : void
TryGetValue ( string name, string &value ) : bool
this ( string name ) : IList

비공개 메소드들

메소드 설명
AttributeDictionary ( Media media ) : System
AttributeDictionary ( SessionDescription sd ) : System

메소드 상세

Add() 공개 메소드

public Add ( string name ) : void
name string
리턴 void

Add() 공개 메소드

public Add ( string name, string value ) : void
name string
value string
리턴 void

AddFormatParameters() 공개 메소드

public AddFormatParameters ( string format, string>.IDictionary formatParameters ) : void
format string
formatParameters string>.IDictionary
리턴 void

AddFormatParameters() 공개 메소드

public AddFormatParameters ( string format, string formatParameters ) : void
format string
formatParameters string
리턴 void

AddRtpEncoding() 공개 메소드

public AddRtpEncoding ( int pt, string encoding, int clockrate ) : void
pt int
encoding string
clockrate int
리턴 void

AddRtpEncoding() 공개 메소드

public AddRtpEncoding ( int pt, string encoding, int clockrate, string encodingParameters ) : void
pt int
encoding string
clockrate int
encodingParameters string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ContainsKey() 공개 메소드

public ContainsKey ( string name ) : bool
name string
리턴 bool

GetCategory() 공개 메소드

public GetCategory ( ) : string
리턴 string

GetConferenceType() 공개 메소드

public GetConferenceType ( ) : string
리턴 string

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : string>>.IEnumerator
리턴 string>>.IEnumerator

GetFormatParameterDictionary() 공개 메소드

public GetFormatParameterDictionary ( string format ) : string>.IDictionary
format string
리턴 string>.IDictionary

GetFormatParameters() 공개 메소드

public GetFormatParameters ( string format ) : string
format string
리턴 string

GetFramerate() 공개 메소드

public GetFramerate ( ) : double?
리턴 double?

GetInactive() 공개 메소드

public GetInactive ( ) : bool
리턴 bool

GetKeywords() 공개 메소드

public GetKeywords ( ) : string
리턴 string

GetLabel() 공개 메소드

public GetLabel ( ) : string
리턴 string

GetMaxPacketTime() 공개 메소드

public GetMaxPacketTime ( ) : TimeSpan?
리턴 TimeSpan?

GetOrientation() 공개 메소드

public GetOrientation ( ) : string
리턴 string

GetPacketTime() 공개 메소드

public GetPacketTime ( ) : TimeSpan?
리턴 TimeSpan?

GetQuality() 공개 메소드

public GetQuality ( ) : int?
리턴 int?

GetRtpEncoding() 공개 메소드

public GetRtpEncoding ( int pt, string &encoding, int &clockrate ) : bool
pt int
encoding string
clockrate int
리턴 bool

GetRtpEncoding() 공개 메소드

public GetRtpEncoding ( int pt, string &encoding, int &clockrate, string &encodingParameters ) : bool
pt int
encoding string
clockrate int
encodingParameters string
리턴 bool

GetSendReceive() 공개 메소드

public GetSendReceive ( bool &send, bool &receive ) : void
send bool
receive bool
리턴 void

GetValue() 공개 메소드

public GetValue ( string name ) : string
name string
리턴 string

GetValues() 공개 메소드

public GetValues ( string name ) : IList
name string
리턴 IList

Remove() 공개 메소드

public Remove ( string name ) : bool
name string
리턴 bool

Remove() 공개 메소드

public Remove ( string name, string value ) : bool
name string
value string
리턴 bool

Set() 공개 메소드

public Set ( string name ) : void
name string
리턴 void

Set() 공개 메소드

public Set ( string name, IEnumerable values ) : void
name string
values IEnumerable
리턴 void

Set() 공개 메소드

public Set ( string name, string value ) : void
name string
value string
리턴 void

SetCategory() 공개 메소드

public SetCategory ( string value ) : void
value string
리턴 void

SetConferenceType() 공개 메소드

public SetConferenceType ( string value ) : void
value string
리턴 void

SetFramerate() 공개 메소드

public SetFramerate ( double value ) : void
value double
리턴 void

SetInactive() 공개 메소드

public SetInactive ( bool value ) : void
value bool
리턴 void

SetKeywords() 공개 메소드

public SetKeywords ( string value ) : void
value string
리턴 void

SetMaxPacketTime() 공개 메소드

public SetMaxPacketTime ( System.TimeSpan value ) : void
value System.TimeSpan
리턴 void

SetOrientation() 공개 메소드

public SetOrientation ( string value ) : void
value string
리턴 void

SetPacketTime() 공개 메소드

public SetPacketTime ( System.TimeSpan value ) : void
value System.TimeSpan
리턴 void

SetQuality() 공개 메소드

public SetQuality ( int value ) : void
value int
리턴 void

SetSendReceive() 공개 메소드

public SetSendReceive ( bool send, bool receive ) : void
send bool
receive bool
리턴 void

TryGetValue() 공개 메소드

public TryGetValue ( string name, string &value ) : bool
name string
value string
리턴 bool

this() 공개 메소드

public this ( string name ) : IList
name string
리턴 IList