/ fm / liveswitch / sdp / BandwidthType
Class: BandwidthType
liveswitch.sdp.BandwidthType
Defines valid SDP bandwidth types.
Table of contents
Constructors
Methods
- getTypeString
- getApplicationSpecific
- getConferenceTotal
- getRtcpReceivers
- getRtcpSenders
- getTransportIndependentApplicationSpecificMaximum
Constructors
constructor
+ new BandwidthType(): BandwidthType
Returns: BandwidthType
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/BandwidthType.ts:9
getApplicationSpecific
▸ Static
getApplicationSpecific(): string
Gets the SDP bandwidth type meaning "Application Specific".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/BandwidthType.ts:17
getConferenceTotal
▸ Static
getConferenceTotal(): string
Gets the SDP bandwidth type meaning "Conference Total".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/BandwidthType.ts:29
getRtcpReceivers
▸ Static
getRtcpReceivers(): string
Gets the SDP bandwidth type meaning "RTCP Receivers".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/BandwidthType.ts:41
getRtcpSenders
▸ Static
getRtcpSenders(): string
Gets the SDP bandwidth type meaning "RTCP Senders".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/BandwidthType.ts:53
getTransportIndependentApplicationSpecificMaximum
▸ Static
getTransportIndependentApplicationSpecificMaximum(): string
Gets the SDP bandwidth type meaning "Transport Independent Application Specific Maximum".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/BandwidthType.ts:65