FMIceLinkVp9Packetizer Class Reference

Inherits from FMIceLinkVideoPacketizer : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkVp9Packetizer.h
FMIceLinkVp9Packetizer.m

Overview

A VP8 [packetizer](#//api/name/packetizer).

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkVp9Packetizer.h

– doProcessFrame:inputBuffer:

Processes a frame.
- (void)doProcessFrame:(FMIceLinkVideoFrame *)frame inputBuffer:(FMIceLinkVideoBuffer *)inputBuffer

Parameters

frame

The frame.

inputBuffer

The input buffer.

Discussion

Processes a frame.

Declared In

FMIceLinkVp9Packetizer.h

+ headerPadding

Gets the header padding.
+ (int)headerPadding

Discussion

Gets the header padding.

Declared In

FMIceLinkVp9Packetizer.h

– init

Initializes a new instance of the FMIceLinkVp9Packetizer class.
- (instancetype)init

Discussion

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> *)input

Parameters

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 *)label

Discussion

Gets a label that identifies this class.

Declared In

FMIceLinkVp9Packetizer.h

+ maxPacketSize

Gets the maximum packet size (affects packetization).
+ (int)maxPacketSize

Discussion

Gets the maximum packet size (affects packetization).

Declared In

FMIceLinkVp9Packetizer.h

+ packetizer

Initializes a new instance of the FMIceLinkVp9Packetizer class.
+ (FMIceLinkVp9Packetizer *)packetizer

Discussion

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> *)input

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkVp9Packetizer class.

Declared In

FMIceLinkVp9Packetizer.h