FMIceLinkIMediaOutputCollection Class Reference

Inherits from FMIceLinkCollection : NSObject
Conforms to TBuffer
TBufferCollection
TFormat
TFrame
TIInput
TIOutput
TMediaOutputCollection
__covariant
Declared in FMIceLinkIMediaOutputCollection.h
FMIceLinkIMediaOutputCollection.m

Overview

A media output collection.

The type of the output interface.The type of the input interface.The type of the frame.The type of the buffer.The type of the buffer collection.The type of the format.The type of the media output collection.

– addSuccess:

Invoked when an element is added to the collection.
- (void)addSuccess:(NSObject<FMIceLinkIMediaOutput> *)value

Parameters

value

The value.

Discussion

Invoked when an element is added to the collection.

Declared In

FMIceLinkIMediaOutputCollection.h

– destroy

Removes all items and sets the FMIceLinkIMediaOutputCollection`7#[input](#//api/name/input) to null.
- (void)destroy

Discussion

Removes all items and sets the FMIceLinkIMediaOutputCollection`7#[input](#//api/name/input) to null.

Declared In

FMIceLinkIMediaOutputCollection.h

+ iMediaOutputCollectionWithInput:

Initializes a new instance of the FMIceLinkIMediaInputCollection`7 class.
+ (FMIceLinkIMediaOutputCollection *)iMediaOutputCollectionWithInput:(NSObject<FMIceLinkIMediaInput> *)input

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkIMediaInputCollection`7 class.

Declared In

FMIceLinkIMediaOutputCollection.h

– initWithInput:

Initializes a new instance of the FMIceLinkIMediaInputCollection`7 class.
- (instancetype)initWithInput:(NSObject<FMIceLinkIMediaInput> *)input

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkIMediaInputCollection`7 class.

Declared In

FMIceLinkIMediaOutputCollection.h

– input

Gets the input.
- (NSObject<FMIceLinkIMediaInput> *)input

Discussion

Gets the input.

Declared In

FMIceLinkIMediaOutputCollection.h

– removeSuccess:

Invoked when an element is removed from the collection.
- (void)removeSuccess:(NSObject<FMIceLinkIMediaOutput> *)value

Parameters

value

The value.

Discussion

Invoked when an element is removed from the collection.

Declared In

FMIceLinkIMediaOutputCollection.h

– setInput:

Sets the [input](#//api/name/input).
- (void)setInput:(NSObject<FMIceLinkIMediaInput> *)value

Discussion

Sets the [input](#//api/name/input).

Declared In

FMIceLinkIMediaOutputCollection.h