FMIceLinkIRtpHeaderExtension Protocol Reference
| Declared in | FMIceLinkIRtpHeaderExtension.h | 
|---|
– fillBuffer:offset:
required method
	
Serialize the header extension to a buffer.
			- (void)fillBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetParameters
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)freeDiscussion
Free any data used by the extension.
			Declared In
FMIceLinkIRtpHeaderExtension.h
– id
required method
	
Gets the id of the header extension.
			- (NSMutableData *)idDiscussion
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)lengthDiscussion
Gets the length of the header extension in 32-bit words.
			Declared In
FMIceLinkIRtpHeaderExtension.h