A media input collection. More...
Instance Methods | |
(void) | - addSuccess: |
Invoked after an element is added to the collection. More... | |
(void) | - addSuccessNoLock: |
Invoked after an element is added to the collection. More... | |
(void) | - destroy |
Removes all items and sets the FMLiveSwitchIMediaInputCollection`7output to null. More... | |
(instancetype) | - initWithOutput: |
Initializes a new instance of the FMLiveSwitchIMediaInputCollection`7 class. More... | |
(TIOutput) | - output |
Gets the output. More... | |
(void) | - removeSuccess: |
Invoked after an element is removed from the collection. More... | |
(void) | - removeSuccessNoLock: |
Invoked after an element is removed from the collection. More... | |
(void) | - setOutput: |
Sets the output. More... | |
Class Methods | |
(FMLiveSwitchIMediaInputCollection *) | + iMediaInputCollectionWithOutput: |
Initializes a new instance of the FMLiveSwitchIMediaInputCollection`7 class. More... | |
Protected Attributes | |
__pad0__: FMLiveSwitchCollection<TIInput | |
A media input collection.
- (void) addSuccess: | (TIInput) | value |
Invoked after an element is added to the collection.
value | The value. |
- (void) addSuccessNoLock: | (TIInput) | value |
Invoked after an element is added to the collection.
value | The value. |
- (void) destroy |
Removes all items and sets the FMLiveSwitchIMediaInputCollection`7output to null.
+ (FMLiveSwitchIMediaInputCollection*) iMediaInputCollectionWithOutput: | (TIOutput) | output |
Initializes a new instance of the FMLiveSwitchIMediaInputCollection`7 class.
output | The output. |
- (instancetype) initWithOutput: | (TIOutput) | output |
Initializes a new instance of the FMLiveSwitchIMediaInputCollection`7 class.
output | The output. |
- (TIOutput) output |
Gets the output.
- (void) removeSuccess: | (TIInput) | value |
Invoked after an element is removed from the collection.
value | The value. |
- (void) removeSuccessNoLock: | (TIInput) | value |
Invoked after an element is removed from the collection.
value | The value. |
- (void) setOutput: | (TIOutput) | value |
Sets the output.
|
protected |