FMIceLinkStreamCollection Class Reference
| Inherits from | FMIceLinkCollection : NSObject |
|---|---|
| Conforms to | * FMIceLinkStream FMIceLinkStreamCollection |
| Declared in | FMIceLinkStreamCollection.h FMIceLinkStreamCollection.m |
– arrayFromList:
Creates an array from a list.
- (NSMutableArray *)arrayFromList:(NSMutableArray<FMIceLinkStream*> *)listParameters
list |
The list. |
|---|
Discussion
Creates an array from a list.
Declared In
FMIceLinkStreamCollection.h
– createCollection
Creates a collection.
- (FMIceLinkStreamCollection *)createCollectionDiscussion
Creates a collection.
Declared In
FMIceLinkStreamCollection.h
– getByType:
Gets a stream by its type.
- (FMIceLinkStream *)getByType:(FMIceLinkStreamType)typeDiscussion
Gets a stream by its type.
Declared In
FMIceLinkStreamCollection.h
– getManyByType:
Gets some streams by their type.
- (NSMutableArray<FMIceLinkStream*> *)getManyByType:(FMIceLinkStreamType)typeDiscussion
Gets some streams by their type.
Declared In
FMIceLinkStreamCollection.h