FMIceLinkRemoteMediaCollection Class Reference

Inherits from FMIceLinkCollection : NSObject
Conforms to *
FMIceLinkRemoteMedia
FMIceLinkRemoteMediaCollection
Declared in FMIceLinkRemoteMediaCollection.h
FMIceLinkRemoteMediaCollection.m

Overview

A collection of remote medias.

– addSuccess:

Invoked when an element is added to the collection.
- (void)addSuccess:(FMIceLinkRemoteMedia *)value

Parameters

value

The value.

Discussion

Invoked when an element is added to the collection.

Declared In

FMIceLinkRemoteMediaCollection.h

– arrayFromList:

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

Parameters

list

The list.

Discussion

Creates an array from a list.

Declared In

FMIceLinkRemoteMediaCollection.h

– createCollection

Creates a collection.
- (FMIceLinkRemoteMediaCollection *)createCollection

Discussion

Creates a collection.

Declared In

FMIceLinkRemoteMediaCollection.h

– getById:

Gets a media by ID.
- (FMIceLinkRemoteMedia *)getById:(NSString *)idValue

Parameters

idValue

The identifier.

Discussion

Gets a media by ID.

Declared In

FMIceLinkRemoteMediaCollection.h

– removeSuccess:

Invoked when an element is removed from the collection.
- (void)removeSuccess:(FMIceLinkRemoteMedia *)value

Parameters

value

The value.

Discussion

Invoked when an element is removed from the collection.

Declared In

FMIceLinkRemoteMediaCollection.h