A media format collection. More...
Instance Methods | |
| (void) | - addSuccess: |
| Invoked when an element is added to the collection. More... | |
| (NSMutableArray *) | - getCompatiblesWithFormat: |
| Gets a format by compatibility to another format. More... | |
| (TFormat) | - getCompatibleWithFormat: |
| Gets a format by compatibility to another format. More... | |
| (TFormat) | - getEquivalentWithFormat: |
| Gets a format by equivalence to another format. More... | |
| (TFormat) | - getEquivalentWithFormat:ignoreIsPacketized: |
| Gets a format by equivalence to another format, ignoring whether the format is packetized. More... | |
| (bool) | - hasCompatibleWithFormat: |
| Determines if the collection has a compatible format. More... | |
| (bool) | - hasEquivalentWithFormat: |
| Determines if the collection has an equivalent format. More... | |
| (instancetype) | - init |
| (void) | - removeSuccess: |
| Invoked when an element is removed from the collection. More... | |
Class Methods | |
| (FMLiveSwitchMediaFormatCollection *) | + mediaFormatCollection |
Protected Attributes | |
| __pad0__: FMLiveSwitchCollection<TFormat | |
A media format collection.
| - (void) addSuccess: | (TFormat) | value |
Invoked when an element is added to the collection.
| value | The format. |
| - (NSMutableArray*) getCompatiblesWithFormat: | (TFormat) | format |
Gets a format by compatibility to another format.
| format | The format. |
| - (TFormat) getCompatibleWithFormat: | (TFormat) | format |
Gets a format by compatibility to another format.
| format | The format. |
| - (TFormat) getEquivalentWithFormat: | (TFormat) | format |
Gets a format by equivalence to another format.
| format | The format. |
| - (TFormat) getEquivalentWithFormat: | (TFormat) | format | |
| ignoreIsPacketized: | (bool) | ignoreIsPacketized | |
Gets a format by equivalence to another format, ignoring whether the format is packetized.
| format | The format. |
| ignoreIsPacketized | if set to true [ignore IsPacketized]. |
| - (bool) hasCompatibleWithFormat: | (TFormat) | format |
Determines if the collection has a compatible format.
| format | The format. |
| - (bool) hasEquivalentWithFormat: | (TFormat) | format |
Determines if the collection has an equivalent format.
| format | The format. |
| - (instancetype) init |
Implemented in FMLiveSwitchVideoFormatCollection, and FMLiveSwitchAudioFormatCollection.
| + (FMLiveSwitchMediaFormatCollection*) mediaFormatCollection |
| - (void) removeSuccess: | (TFormat) | value |
Invoked when an element is removed from the collection.
| value | The format. |
|
protected |