FMIceLinkVp9Depacketizer Class Reference
| Inherits from | FMIceLinkVideoDepacketizer : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Conforms to | * FMIceLinkVp9Fragment  | 
| Declared in | FMIceLinkVp9Depacketizer.h FMIceLinkVp9Depacketizer.m  | 
+ depacketizer
	
Initializes a new instance of the FMIceLinkVp9Depacketizer class.
			+ (FMIceLinkVp9Depacketizer *)depacketizerDiscussion
Initializes a new instance of the FMIceLinkVp9Depacketizer class.
			Declared In
FMIceLinkVp9Depacketizer.h
+ depacketizerWithInput:
	
Initializes a new instance of the FMIceLinkVp9Depacketizer class.
			+ (FMIceLinkVp9Depacketizer *)depacketizerWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkVp9Depacketizer class.
			Declared In
FMIceLinkVp9Depacketizer.h
– doCreateFragmentWithHeader:dataBuffer:
	
Creates a fragment from a data buffer.
			- (FMIceLinkVp9Fragment *)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
FMIceLinkVp9Depacketizer.h
– doDestroy
	
Destroys this instance.
			- (void)doDestroyDiscussion
Destroys this instance.
			Declared In
FMIceLinkVp9Depacketizer.h
– init
	
Initializes a new instance of the FMIceLinkVp9Depacketizer class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkVp9Depacketizer class.
			Declared In
FMIceLinkVp9Depacketizer.h
– initWithInput:
	
Initializes a new instance of the FMIceLinkVp9Depacketizer class.
			- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkVp9Depacketizer class.
			Declared In
FMIceLinkVp9Depacketizer.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
FMIceLinkVp9Depacketizer.h
– label
	
Gets a label that identifies this class.
			- (NSString *)labelDiscussion
Gets a label that identifies this class.
			Declared In
FMIceLinkVp9Depacketizer.h
– sequenceNumberingViolated
	
Gets whether RTP sequence numbering has
been violated.
			- (bool)sequenceNumberingViolatedDiscussion
Gets whether RTP sequence numbering has
been violated.
			Declared In
FMIceLinkVp9Depacketizer.h