FMIceLinkIMediaInputCollection Class Reference

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

Overview

A media input 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 input collection.

– addSuccess:

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

Parameters

value

The value.

Discussion

Invoked when an element is added to the collection.

Declared In

FMIceLinkIMediaInputCollection.h

– destroy

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

Discussion

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

Declared In

FMIceLinkIMediaInputCollection.h

+ iMediaInputCollectionWithOutput:

Initializes a new instance of the FMIceLinkIMediaInputCollection`7 class.
+ (FMIceLinkIMediaInputCollection *)iMediaInputCollectionWithOutput:(TIOutput)output

Parameters

output

The output.

Discussion

Initializes a new instance of the FMIceLinkIMediaInputCollection`7 class.

Declared In

FMIceLinkIMediaInputCollection.h

– initWithOutput:

Initializes a new instance of the FMIceLinkIMediaInputCollection`7 class.
- (instancetype)initWithOutput:(TIOutput)output

Parameters

output

The output.

Discussion

Initializes a new instance of the FMIceLinkIMediaInputCollection`7 class.

Declared In

FMIceLinkIMediaInputCollection.h

– output

Gets the output.
- (TIOutput)output

Discussion

Gets the output.

Declared In

FMIceLinkIMediaInputCollection.h

– removeSuccess:

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

Parameters

value

The value.

Discussion

Invoked when an element is removed from the collection.

Declared In

FMIceLinkIMediaInputCollection.h

– setOutput:

Sets the [output](#//api/name/output).
- (void)setOutput:(TIOutput)value

Discussion

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

Declared In

FMIceLinkIMediaInputCollection.h