FMIceLinkBasicVideoDepacketizer Class Reference
| Inherits from | FMIceLinkVideoDepacketizer : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Conforms to | * FMIceLinkVideoFragment  | 
| Declared in | FMIceLinkBasicVideoDepacketizer.h FMIceLinkBasicVideoDepacketizer.m  | 
+ basicVideoDepacketizerWithFormat:
	
Initializes a new instance of the FMIceLinkBasicVideoDepacketizer class.
			+ (FMIceLinkBasicVideoDepacketizer *)basicVideoDepacketizerWithFormat:(FMIceLinkVideoFormat *)formatParameters
format | 
						The format.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkBasicVideoDepacketizer class.
			Declared In
FMIceLinkBasicVideoDepacketizer.h
+ basicVideoDepacketizerWithInput:
	
Initializes a new instance of the FMIceLinkBasicVideoDepacketizer class.
			+ (FMIceLinkBasicVideoDepacketizer *)basicVideoDepacketizerWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkBasicVideoDepacketizer class.
			Declared In
FMIceLinkBasicVideoDepacketizer.h
– doCreateFragmentWithHeader:dataBuffer:
	
Creates a fragment from a data buffer.
			- (FMIceLinkVideoFragment *)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
FMIceLinkBasicVideoDepacketizer.h
– doDestroy
	
Destroys this instance.
			- (void)doDestroyDiscussion
Destroys this instance.
			Declared In
FMIceLinkBasicVideoDepacketizer.h
– initWithFormat:
	
Initializes a new instance of the FMIceLinkBasicVideoDepacketizer class.
			- (instancetype)initWithFormat:(FMIceLinkVideoFormat *)formatParameters
format | 
						The format.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkBasicVideoDepacketizer class.
			Declared In
FMIceLinkBasicVideoDepacketizer.h
– initWithInput:
	
Initializes a new instance of the FMIceLinkBasicVideoDepacketizer class.
			- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkBasicVideoDepacketizer class.
			Declared In
FMIceLinkBasicVideoDepacketizer.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
FMIceLinkBasicVideoDepacketizer.h
– label
	
Gets a label that identifies this class.
			- (NSString *)labelDiscussion
Gets a label that identifies this class.
			Declared In
FMIceLinkBasicVideoDepacketizer.h