FMIceLinkMediaFormatCollection Class Reference
| Inherits from | FMIceLinkCollection : NSObject |
|---|---|
| Conforms to | TFormat TFormatCollection __covariant |
| Declared in | FMIceLinkMediaFormatCollection.h FMIceLinkMediaFormatCollection.m |
– addSuccess:
Invoked when an element is added to the collection.
- (void)addSuccess:(FMIceLinkMediaFormat *)valueParameters
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 *)formatParameters
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)ignoreIsPacketizedParameters
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 *)formatParameters
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 *)valueParameters
value |
The format. |
|---|
Discussion
Invoked when an element is removed from the collection.
Declared In
FMIceLinkMediaFormatCollection.h