FMIceLinkIRtpHeaderExtension Protocol Reference

Declared in FMIceLinkIRtpHeaderExtension.h

Overview

The interface that all rtp header extensions must implement.

– fillBuffer:offset: required method

Serialize the header extension to a buffer.
- (void)fillBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offset

Parameters

buffer

The buffer.

offset

The offset to start writing at.

Discussion

Serialize the header extension to a buffer.

Declared In

FMIceLinkIRtpHeaderExtension.h

– free required method

Free any data used by the extension.
- (void)free

Discussion

Free any data used by the extension.

Declared In

FMIceLinkIRtpHeaderExtension.h

– id required method

Gets the id of the header extension.
- (NSMutableData *)id

Discussion

Gets the id of the header extension.

Declared In

FMIceLinkIRtpHeaderExtension.h

– length required method

Gets the length of the header extension in 32-bit words.
- (int)length

Discussion

Gets the length of the header extension in 32-bit words.

Declared In

FMIceLinkIRtpHeaderExtension.h