An output. More...
Instance Methods | |
| (void) | - addOutput: |
| Adds an output. More... | |
| (void) | - addOutputs: |
| Adds some outputs. More... | |
| (NSObject< FMLiveSwitchIInput > *) | - output |
| Gets the output. More... | |
| (FMLiveSwitchMediaFormat *) | - outputFormat |
| Gets the output format. More... | |
| (NSMutableArray *) | - outputs |
| Gets the outputs. More... | |
| (NSString *) | - pipelineJsonFromOutput |
| Gets the pipeline JSON from an output. More... | |
| (bool) | - removeOutput: |
| Removes an output. More... | |
| (void) | - removeOutputs |
| Removes all outputs. More... | |
| (void) | - removeOutputs: |
| Removes some outputs. More... | |
Instance Methods inherited from <FMLiveSwitchIElement> | |
| (NSString *) | - externalId |
| Gets the external identifier. More... | |
| (NSString *) | - id |
| Gets the identifier. More... | |
| (NSString *) | - pipelineJson |
| Gets the pipeline JSON with this as the central point. More... | |
| (void) | - setExternalId: |
| Sets the external identifier. More... | |
An output.
| - (void) addOutput: | (NSObject< FMLiveSwitchIInput > *) | output |
Adds an output.
| output | The output. |
| - (void) addOutputs: | (NSMutableArray *) | outputs |
Adds some outputs.
| outputs | The outputs. |
| - (NSObject<FMLiveSwitchIInput>*) output |
Gets the output.
| - (FMLiveSwitchMediaFormat*) outputFormat |
Gets the output format.
| - (NSMutableArray*) outputs |
Gets the outputs.
| - (NSString*) pipelineJsonFromOutput |
Gets the pipeline JSON from an output.
| - (bool) removeOutput: | (NSObject< FMLiveSwitchIInput > *) | output |
Removes an output.
| output | The output. |
| - (void) removeOutputs |
Removes all outputs.
| - (void) removeOutputs: | (NSMutableArray *) | outputs |
Removes some outputs.
| outputs | The outputs. |