SdpBandwidth Class

Definition

Represents the "b" line from the SDP.

public ref class SdpBandwidth
public class SdpBandwidth
type SdpBandwidth = class
Public Class SdpBandwidth
Inheritance
SdpBandwidth

Constructors

SdpBandwidth()

Initializes a new instance of the SdpBandwidth class.

SdpBandwidth(SdpBandwidth)

Initializes a copy of the supplied bandwidth.

Properties

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.

Methods

Reset()

Sets default values for bandwidth.

ToString()

Returns the string representation of the attribute in form of "modifier:value"

Applies to