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