FMIceLinkMediaFormatCollection Class Reference

Inherits from FMIceLinkCollection : NSObject
Conforms to TFormat
TFormatCollection
__covariant
Declared in FMIceLinkMediaFormatCollection.h
FMIceLinkMediaFormatCollection.m

Overview

A media format collection.

The type of the format.The type of the format collection.

– addSuccess:

Invoked when an element is added to the collection.
- (void)addSuccess:(FMIceLinkMediaFormat *)value

Parameters

value

The format.

Discussion

Invoked when an element is added to the collection.

Declared In

FMIceLinkMediaFormatCollection.h

– getEquivalentWithFormat:

Gets a format by equivalence to another format.
- (FMIceLinkMediaFormat *)getEquivalentWithFormat:(FMIceLinkMediaFormat *)format

Parameters

format

The format.

Discussion

Gets a format by equivalence to another format.

Declared In

FMIceLinkMediaFormatCollection.h

– getEquivalentWithFormat:ignoreIsPacketized:

Gets a format by equivalence to another format, ignoring whether the format is packetized.
- (FMIceLinkMediaFormat *)getEquivalentWithFormat:(FMIceLinkMediaFormat *)format ignoreIsPacketized:(bool)ignoreIsPacketized

Parameters

format

The format.

ignoreIsPacketized

if set to true [ignore IsPacketized].

Discussion

Gets a format by equivalence to another format, ignoring whether the format is packetized.

Declared In

FMIceLinkMediaFormatCollection.h

– hasEquivalentWithFormat:

Determines if the collection has an equivalent format.
- (bool)hasEquivalentWithFormat:(FMIceLinkMediaFormat *)format

Parameters

format

The format.

Discussion

Determines if the collection has an equivalent format.

Declared In

FMIceLinkMediaFormatCollection.h

– removeSuccess:

Invoked when an element is removed from the collection.
- (void)removeSuccess:(FMIceLinkMediaFormat *)value

Parameters

value

The format.

Discussion

Invoked when an element is removed from the collection.

Declared In

FMIceLinkMediaFormatCollection.h