C# Class Tmds.Sdp.AttributeDictionary

Afficher le fichier Open project: bbc/sdp-test

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AttributeDictionary ( Media media ) : System
AttributeDictionary ( SessionDescription sd ) : System

Method Details

Add() public méthode

public Add ( string name ) : void
name string
Résultat void

Add() public méthode

public Add ( string name, string value ) : void
name string
value string
Résultat void

AddFormatParameters() public méthode

public AddFormatParameters ( string format, string>.IDictionary formatParameters ) : void
format string
formatParameters string>.IDictionary
Résultat void

AddFormatParameters() public méthode

public AddFormatParameters ( string format, string formatParameters ) : void
format string
formatParameters string
Résultat void

AddRtpEncoding() public méthode

public AddRtpEncoding ( int pt, string encoding, int clockrate ) : void
pt int
encoding string
clockrate int
Résultat void

AddRtpEncoding() public méthode

public AddRtpEncoding ( int pt, string encoding, int clockrate, string encodingParameters ) : void
pt int
encoding string
clockrate int
encodingParameters string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ContainsKey() public méthode

public ContainsKey ( string name ) : bool
name string
Résultat bool

GetCategory() public méthode

public GetCategory ( ) : string
Résultat string

GetConferenceType() public méthode

public GetConferenceType ( ) : string
Résultat string

GetEnumerator() public méthode

public GetEnumerator ( ) : string>>.IEnumerator
Résultat string>>.IEnumerator

GetFormatParameterDictionary() public méthode

public GetFormatParameterDictionary ( string format ) : string>.IDictionary
format string
Résultat string>.IDictionary

GetFormatParameters() public méthode

public GetFormatParameters ( string format ) : string
format string
Résultat string

GetFramerate() public méthode

public GetFramerate ( ) : double?
Résultat double?

GetInactive() public méthode

public GetInactive ( ) : bool
Résultat bool

GetKeywords() public méthode

public GetKeywords ( ) : string
Résultat string

GetLabel() public méthode

public GetLabel ( ) : string
Résultat string

GetMaxPacketTime() public méthode

public GetMaxPacketTime ( ) : TimeSpan?
Résultat TimeSpan?

GetOrientation() public méthode

public GetOrientation ( ) : string
Résultat string

GetPacketTime() public méthode

public GetPacketTime ( ) : TimeSpan?
Résultat TimeSpan?

GetQuality() public méthode

public GetQuality ( ) : int?
Résultat int?

GetRtpEncoding() public méthode

public GetRtpEncoding ( int pt, string &encoding, int &clockrate ) : bool
pt int
encoding string
clockrate int
Résultat bool

GetRtpEncoding() public méthode

public GetRtpEncoding ( int pt, string &encoding, int &clockrate, string &encodingParameters ) : bool
pt int
encoding string
clockrate int
encodingParameters string
Résultat bool

GetSendReceive() public méthode

public GetSendReceive ( bool &send, bool &receive ) : void
send bool
receive bool
Résultat void

GetValue() public méthode

public GetValue ( string name ) : string
name string
Résultat string

GetValues() public méthode

public GetValues ( string name ) : IList
name string
Résultat IList

Remove() public méthode

public Remove ( string name ) : bool
name string
Résultat bool

Remove() public méthode

public Remove ( string name, string value ) : bool
name string
value string
Résultat bool

Set() public méthode

public Set ( string name ) : void
name string
Résultat void

Set() public méthode

public Set ( string name, IEnumerable values ) : void
name string
values IEnumerable
Résultat void

Set() public méthode

public Set ( string name, string value ) : void
name string
value string
Résultat void

SetCategory() public méthode

public SetCategory ( string value ) : void
value string
Résultat void

SetConferenceType() public méthode

public SetConferenceType ( string value ) : void
value string
Résultat void

SetFramerate() public méthode

public SetFramerate ( double value ) : void
value double
Résultat void

SetInactive() public méthode

public SetInactive ( bool value ) : void
value bool
Résultat void

SetKeywords() public méthode

public SetKeywords ( string value ) : void
value string
Résultat void

SetMaxPacketTime() public méthode

public SetMaxPacketTime ( System.TimeSpan value ) : void
value System.TimeSpan
Résultat void

SetOrientation() public méthode

public SetOrientation ( string value ) : void
value string
Résultat void

SetPacketTime() public méthode

public SetPacketTime ( System.TimeSpan value ) : void
value System.TimeSpan
Résultat void

SetQuality() public méthode

public SetQuality ( int value ) : void
value int
Résultat void

SetSendReceive() public méthode

public SetSendReceive ( bool send, bool receive ) : void
send bool
receive bool
Résultat void

TryGetValue() public méthode

public TryGetValue ( string name, string &value ) : bool
name string
value string
Résultat bool

this() public méthode

public this ( string name ) : IList
name string
Résultat IList