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