An input. More...
Instance Methods | |
(void) | - addInput: |
Adds an input. More... | |
(void) | - addInputs: |
Adds some inputs. More... | |
(NSObject< FMLiveSwitchIOutput > *) | - input |
Gets the input. More... | |
(FMLiveSwitchMediaFormat *) | - inputFormat |
Gets the input format. More... | |
(NSMutableArray *) | - inputs |
Gets the inputs. More... | |
(NSString *) | - pipelineJsonFromInput |
Gets the pipeline JSON from an input. More... | |
(bool) | - removeInput: |
Removes an input. More... | |
(void) | - removeInputs |
Removes all inputs. More... | |
(void) | - removeInputs: |
Removes some inputs. 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 input.
- (void) addInput: | (NSObject< FMLiveSwitchIOutput > *) | input |
Adds an input.
input | The input. |
- (void) addInputs: | (NSMutableArray *) | inputs |
Adds some inputs.
inputs | The inputs. |
- (NSObject<FMLiveSwitchIOutput>*) input |
Gets the input.
- (FMLiveSwitchMediaFormat*) inputFormat |
Gets the input format.
- (NSMutableArray*) inputs |
Gets the inputs.
- (NSString*) pipelineJsonFromInput |
Gets the pipeline JSON from an input.
- (bool) removeInput: | (NSObject< FMLiveSwitchIOutput > *) | input |
Removes an input.
input | The input. |
- (void) removeInputs |
Removes all inputs.
- (void) removeInputs: | (NSMutableArray *) | inputs |
Removes some inputs.
inputs | The inputs. |