A collection of audio formats. More...
Instance Methods | |
| (NSMutableArray *) | - arrayFromList: |
| Creates an array from a list. More... | |
| (FMLiveSwitchAudioFormatCollection *) | - createCollection |
| Creates a collection. More... | |
| (instancetype) | - init |
Instance Methods inherited from FMLiveSwitchMediaFormatCollection | |
| (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... | |
| (void) | - removeSuccess: |
| Invoked when an element is removed from the collection. More... | |
Class Methods | |
| (FMLiveSwitchAudioFormatCollection *) | + audioFormatCollection |
Class Methods inherited from FMLiveSwitchMediaFormatCollection | |
| (FMLiveSwitchMediaFormatCollection *) | + mediaFormatCollection |
Additional Inherited Members | |
Protected Attributes inherited from FMLiveSwitchMediaFormatCollection | |
| __pad0__: FMLiveSwitchCollection<TFormat | |
A collection of audio formats.
| - (NSMutableArray*) arrayFromList: | (NSMutableArray< FMLiveSwitchAudioFormat * > *) | list |
Creates an array from a list.
| list | The list. |
| + (FMLiveSwitchAudioFormatCollection*) audioFormatCollection |
| - (FMLiveSwitchAudioFormatCollection*) createCollection |
Creates a collection.
| - (instancetype) init |
Implements FMLiveSwitchMediaFormatCollection.