FMIceLinkVp9Packetizer Class Reference
| Inherits from | FMIceLinkVideoPacketizer : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Declared in | FMIceLinkVp9Packetizer.h FMIceLinkVp9Packetizer.m |
– doDestroy
Destroys this instance.
- (void)doDestroyDiscussion
Destroys this instance.
Declared In
FMIceLinkVp9Packetizer.h
– doProcessFrame:inputBuffer:
Processes a frame.
- (void)doProcessFrame:(FMIceLinkVideoFrame *)frame inputBuffer:(FMIceLinkVideoBuffer *)inputBufferParameters
frame |
The frame. |
|---|---|
inputBuffer |
The input buffer. |
Discussion
Processes a frame.
Declared In
FMIceLinkVp9Packetizer.h
+ headerPadding
Gets the header padding.
+ (int)headerPaddingDiscussion
Gets the header padding.
Declared In
FMIceLinkVp9Packetizer.h
– init
Initializes a new instance of the FMIceLinkVp9Packetizer class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkVp9Packetizer class.
Declared In
FMIceLinkVp9Packetizer.h
– initWithInput:
Initializes a new instance of the FMIceLinkVp9Packetizer class.
- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Initializes a new instance of the FMIceLinkVp9Packetizer class.
Declared In
FMIceLinkVp9Packetizer.h
– label
Gets a label that identifies this class.
- (NSString *)labelDiscussion
Gets a label that identifies this class.
Declared In
FMIceLinkVp9Packetizer.h
+ maxPacketSize
Gets the maximum packet size (affects packetization).
+ (int)maxPacketSizeDiscussion
Gets the maximum packet size (affects packetization).
Declared In
FMIceLinkVp9Packetizer.h
+ packetizer
Initializes a new instance of the FMIceLinkVp9Packetizer class.
+ (FMIceLinkVp9Packetizer *)packetizerDiscussion
Initializes a new instance of the FMIceLinkVp9Packetizer class.
Declared In
FMIceLinkVp9Packetizer.h
+ packetizerWithInput:
Initializes a new instance of the FMIceLinkVp9Packetizer class.
+ (FMIceLinkVp9Packetizer *)packetizerWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Initializes a new instance of the FMIceLinkVp9Packetizer class.
Declared In
FMIceLinkVp9Packetizer.h