A video buffer collection. More...
| Instance Methods | |
| (NSMutableArray *) | - arrayFromList: | 
| Creates an array from a list.  More... | |
| (FMLiveSwitchVideoBufferCollection *) | - createCollection | 
| Creates a collection.  More... | |
| (instancetype) | - init | 
| Class Methods | |
| (FMLiveSwitchVideoBufferCollection *) | + videoBufferCollection | 
|  Class Methods inherited from FMLiveSwitchMediaBufferCollection | |
| (FMLiveSwitchMediaBufferCollection *) | + mediaBufferCollection | 
| Additional Inherited Members | |
|  Protected Attributes inherited from FMLiveSwitchMediaBufferCollection | |
| __pad0__: FMLiveSwitchCollection<TBuffer | |
A video buffer collection.
| - (NSMutableArray*) arrayFromList: | (NSMutableArray< FMLiveSwitchVideoBuffer * > *) | list | 
Creates an array from a list.
| list | The list. | 
| - (FMLiveSwitchVideoBufferCollection*) createCollection | 
Creates a collection.
| - (instancetype) init | 
Implements FMLiveSwitchMediaBufferCollection.
| + (FMLiveSwitchVideoBufferCollection*) videoBufferCollection |