Click or drag to resize

RembControlFrame Class

An RTCP receiver estimated maximum bitrate (REMB) packet.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The RembControlFrame type exposes the following members.

Constructors
  NameDescription
Public methodRembControlFrame(DataBuffer)
Initializes a new instance of the RembControlFrame class.
Public methodRembControlFrame(Int64, Int64)
Initializes a new instance of the RembControlFrame class.
Top
Properties
  NameDescription
Public propertyBitrateExponent
Gets or sets the bitrate exponent.
Public propertyBitrateMantissa
Gets or sets the bitrate mantissa, in bits per second (bps).
Public propertyByte1Last5Bits
Gets or sets the last 5 bits of the first byte.
(Inherited from MediaControlFrame.)
Public propertyDataBuffer
Gets or sets the buffer.
(Inherited from MediaControlFrame.)
Public propertyFeedbackControlInformation
Gets or sets the Feedback Control Information field.
(Inherited from FeedbackControlFrame.)
Public propertyFeedbackControlInformationOffset
Gets the feedback control information offset.
(Inherited from FeedbackControlFrame.)
Public propertyFeedbackMessageType
Gets or sets the feedback message type.
(Inherited from FeedbackControlFrame.)
Public propertyMediaSourceSynchronizationSource
Gets or sets the SSRC of the media source that this piece of feedback information is related to.
(Inherited from FeedbackControlFrame.)
Public propertyPacketSenderSynchronizationSource
Gets or sets the SSRC of the packet sender - the synchronization source identifier for the originator of this packet.
(Inherited from FeedbackControlFrame.)
Public propertyPayload
Gets or sets the payload.
(Inherited from MediaControlFrame.)
Public propertyPayloadLengthWithPadding
Gets or sets the length of the payload, in bytes, with padding.
(Inherited from MediaControlFrame.)
Public propertyPayloadType
Gets or sets the payload type.
(Inherited from MediaControlFrame.)
Public propertyStatic memberRegisteredFeedbackMessageType
Gets the type of the receiver estimated maximum bitrate message.
Public propertySsrcEntries
Gets or sets the SSRC entries that this message applies to.
Public propertyStreamId
Gets the stream ID.
(Inherited from MediaControlFrame.)
Public propertyVersion
Gets or sets the version.
(Inherited from MediaControlFrame.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string representation of this REMB Control Frame
(Overrides ObjectToString.)
Top
See Also