Click or drag to resize

AppControlFrame Class

An RTCP APP packet.
Inheritance Hierarchy

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

The AppControlFrame type exposes the following members.

Constructors
  NameDescription
Public methodAppControlFrame
Initializes a new instance of the AppControlFrame class.
Public methodAppControlFrame(DataBuffer)
Initializes a new instance of the AppControlFrame class.
Public methodAppControlFrame(Int32, Int64, String, DataBuffer)
Initializes a new instance of the AppControlFrame class.
Top
Properties
  NameDescription
Public propertyByte1Last5Bits
Gets or sets the last 5 bits of the first byte.
(Inherited from MediaControlFrame.)
Public propertyData
Gets or sets optional application-dependent data.
Public propertyDataBuffer
Gets or sets the buffer.
(Inherited from MediaControlFrame.)
Public propertyDataLength
Gets the length of the Data.
Public propertyDataPayloadOffset
Gets or sets the offset of the Data in the payload.
Public propertyStatic memberFixedPayloadHeaderLength
Gets the length of the fixed payload header.
Public propertyName
Gets or sets the name.
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 memberRegisteredPayloadType
Gets the application-specific payload type.
Public propertyStreamId
Gets the stream ID.
(Inherited from MediaControlFrame.)
Public propertySubType
Gets or sets the subtype to allow a set of APP packets to be defined under one unique name, or for any application-dependent data.
Public propertySynchronizationSource
Gets or sets the synchronization source.
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