FMIceLinkH264Depacketizer Class Reference
| Inherits from | FMIceLinkVideoDepacketizer : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Conforms to | * FMIceLinkH264Fragment  | 
| Declared in | FMIceLinkH264Depacketizer.h FMIceLinkH264Depacketizer.m  | 
+ depacketizer
	
Initializes a new instance of the FMIceLinkH264Depacketizer class.
			+ (FMIceLinkH264Depacketizer *)depacketizerDiscussion
Initializes a new instance of the FMIceLinkH264Depacketizer class.
			Declared In
FMIceLinkH264Depacketizer.h
+ depacketizerWithInput:
	
Initializes a new instance of the FMIceLinkH264Depacketizer class.
			+ (FMIceLinkH264Depacketizer *)depacketizerWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkH264Depacketizer class.
			Declared In
FMIceLinkH264Depacketizer.h
– doCreateFragmentWithHeader:dataBuffer:
	
Creates a fragment from a data buffer.
			- (FMIceLinkH264Fragment *)doCreateFragmentWithHeader:(FMIceLinkRtpPacketHeader *)header dataBuffer:(FMIceLinkDataBuffer *)dataBufferParameters
header | 
						The rtp header for this packet.  | 
					
|---|---|
dataBuffer | 
						The data buffer.  | 
					
Discussion
Creates a fragment from a data buffer.
			Declared In
FMIceLinkH264Depacketizer.h
– doDestroy
	
Destroys this instance.
			- (void)doDestroyDiscussion
Destroys this instance.
			Declared In
FMIceLinkH264Depacketizer.h
– doProcessSdpMediaDescription:isOffer:isLocalDescription:
	
Processes an SDP media description.
			- (FMIceLinkError *)doProcessSdpMediaDescription:(FMIceLinkSdpMediaDescription *)mediaDescription isOffer:(bool)isOffer isLocalDescription:(bool)isLocalDescriptionParameters
mediaDescription | 
						The media description.  | 
					
|---|---|
isOffer | 
						if set to true [is offer].  | 
					
isLocalDescription | 
						if set to true [is local description].  | 
					
Discussion
Processes an SDP media description.
			Declared In
FMIceLinkH264Depacketizer.h
– init
	
Initializes a new instance of the FMIceLinkH264Depacketizer class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkH264Depacketizer class.
			Declared In
FMIceLinkH264Depacketizer.h
– initWithInput:
	
Initializes a new instance of the FMIceLinkH264Depacketizer class.
			- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkH264Depacketizer class.
			Declared In
FMIceLinkH264Depacketizer.h
– isKeyFrameWithInputBuffer:
	
Checks if the databuffer contains a keyframe.
			- (bool)isKeyFrameWithInputBuffer:(FMIceLinkDataBuffer *)inputBufferParameters
inputBuffer | 
						VideoBuffer containing video data.  | 
					
|---|
Discussion
Checks if the databuffer contains a keyframe.
			Declared In
FMIceLinkH264Depacketizer.h
– label
	
Gets a label that identifies this class.
			- (NSString *)labelDiscussion
Gets a label that identifies this class.
			Declared In
FMIceLinkH264Depacketizer.h