FMIceLinkVp9Depacketizer Class Reference

Inherits from FMIceLinkVideoDepacketizer : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Conforms to *
FMIceLinkVp9Fragment
Declared in FMIceLinkVp9Depacketizer.h
FMIceLinkVp9Depacketizer.m

Overview

A VP9 [depacketizer](#//api/name/depacketizer).

+ depacketizer

Initializes a new instance of the FMIceLinkVp9Depacketizer class.
+ (FMIceLinkVp9Depacketizer *)depacketizer

Discussion

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

Parameters

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

Parameters

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)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkVp9Depacketizer.h

– init

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

Discussion

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

Parameters

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

Parameters

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

Discussion

Gets a label that identifies this class.

Declared In

FMIceLinkVp9Depacketizer.h

– sequenceNumberingViolated

Gets whether RTP sequence numbering has been violated.
- (bool)sequenceNumberingViolated

Discussion

Gets whether RTP sequence numbering has been violated.

Declared In

FMIceLinkVp9Depacketizer.h