Click or drag to resize

ByeControlFrame Class

An RTCP BYE packet.
Inheritance Hierarchy

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

The ByeControlFrame type exposes the following members.

Constructors
  NameDescription
Public methodByeControlFrame
Initializes a new instance of the ByeControlFrame class.
Public methodByeControlFrame(Int64)
Initializes a new instance of the ByeControlFrame class.
Public methodByeControlFrame(Int64)
Initializes a new instance of the ByeControlFrame class.
Public methodByeControlFrame(DataBuffer)
Initializes a new instance of the ByeControlFrame class.
Public methodByeControlFrame(Int64, String)
Initializes a new instance of the ByeControlFrame class.
Public methodByeControlFrame(Int64, Int64)
Initializes a new instance of the ByeControlFrame class.
Public methodByeControlFrame(Int64, String)
Initializes a new instance of the ByeControlFrame class.
Public methodByeControlFrame(Int64, Int64, String)
Initializes a new instance of the ByeControlFrame class.
Top
Properties
  NameDescription
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 propertyStatic memberFixedPayloadHeaderLength
Gets the length of the fixed payload header.
Public propertyStatic memberFixedReasonForLeavingPayloadHeaderLength
Gets the length of the fixed reason for leaving header.
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 propertyReason
Gets a value indicating whether this instance has a reason for leaving.
Public propertyReasonForLeaving
Gets the reason for leaving as a string.
Public propertyReasonForLeavingLength
Gets the length of the reason for leaving.
Public propertyReasonForLeavingOffset
Gets the offset of the ReasonForLeaving in the payload.
Public propertyReasonForLeavingPayload
Gets or sets the reason for leaving.
Public propertyStatic memberRegisteredPayloadType
Gets the goodbye payload type.
Public propertySourceCount
Gets the number of Sources.
Public propertySources
Gets or sets the synchronization and contributing sources.
Public propertySourcesLength
Gets the length of the Sources in bytes.
Public propertySourcesPayloadOffset
Gets the offset of the Sources array in the payload.
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 (Inherited from Object.)
Top
See Also