FMIceLinkVp8Packetizer Class Reference

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

Overview

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

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkVp8Packetizer.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

FMIceLinkVp8Packetizer.h

+ headerPadding

Gets the header padding.
+ (int)headerPadding

Discussion

Gets the header padding.

Declared In

FMIceLinkVp8Packetizer.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkVp8Packetizer class.

Declared In

FMIceLinkVp8Packetizer.h

– initWithInput:

Initializes a new instance of the FMIceLinkVp8Packetizer class.
- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoOutput> *)input

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkVp8Packetizer class.

Declared In

FMIceLinkVp8Packetizer.h

– label

Gets a label that identifies this class.
- (NSString *)label

Discussion

Gets a label that identifies this class.

Declared In

FMIceLinkVp8Packetizer.h

+ maxPacketSize

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

Discussion

Gets the maximum packet size (affects packetization).

Declared In

FMIceLinkVp8Packetizer.h

+ packetizer

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

Discussion

Initializes a new instance of the FMIceLinkVp8Packetizer class.

Declared In

FMIceLinkVp8Packetizer.h

+ packetizerWithInput:

Initializes a new instance of the FMIceLinkVp8Packetizer class.
+ (FMIceLinkVp8Packetizer *)packetizerWithInput:(NSObject<FMIceLinkIVideoOutput> *)input

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkVp8Packetizer class.

Declared In

FMIceLinkVp8Packetizer.h