SdpBandwidth Members
Include Protected Members
Include Inherited Members
Represents the "b" line from the SDP.
The SdpBandwidth type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SdpBandwidth() | Initializes a new instance of the SdpBandwidth class. |
![]() |
SdpBandwidth(SdpBandwidth) | Initializes a copy of the supplied bandwidth. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsSet | Gets true if the object contains bandwidth data. |
![]() |
Modifier | Gets or sets the modifier for bandwidth. Typically "CT" or "AS", but other values are allowed. String.Empty indicates the bandwidth is not specified. |
![]() |
Value | Gets or sets the bandwidth value. This property is meaningless if Modifier is an empty string. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
Reset | Sets default values for bandwidth. |
![]() |
ToString | Returns the string representation of the attribute in form of "modifier:value" (Overrides Object.ToString().) |
Top