FMIceLinkStreamCollection Class Reference

Inherits from FMIceLinkCollection : NSObject
Conforms to *
FMIceLinkStream
FMIceLinkStreamCollection
Declared in FMIceLinkStreamCollection.h
FMIceLinkStreamCollection.m

Overview

A stream collection.

– arrayFromList:

Creates an array from a list.
- (NSMutableArray *)arrayFromList:(NSMutableArray<FMIceLinkStream*> *)list

Parameters

list

The list.

Discussion

Creates an array from a list.

Declared In

FMIceLinkStreamCollection.h

– createCollection

Creates a collection.
- (FMIceLinkStreamCollection *)createCollection

Discussion

Creates a collection.

Declared In

FMIceLinkStreamCollection.h

– getByType:

Gets a stream by its type.

- (FMIceLinkStream *)getByType:(FMIceLinkStreamType)type

Discussion

Gets a stream by its type.

Declared In

FMIceLinkStreamCollection.h

– getManyByType:

Gets some streams by their type.

- (NSMutableArray<FMIceLinkStream*> *)getManyByType:(FMIceLinkStreamType)type

Discussion

Gets some streams by their type.

Declared In

FMIceLinkStreamCollection.h