Click or drag to resize

IRtpHeaderExtension Interface

The interface that all rtp header extensions must implement.

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

The IRtpHeaderExtension type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the id of the header extension.
Public propertyLength
Gets the length of the header extension in 32-bit words.
Top
Methods
  NameDescription
Public methodFillBuffer
Serialize the header extension to a buffer.
Public methodFree
Free any data used by the extension.
Top
See Also