FMIceLinkIInput Protocol Reference
| Conforms to | FMIceLinkIElement |
|---|---|
| Declared in | FMIceLinkIInput.h |
Overview
An [input](#//api/name/input).
– addInput:
required method
Adds an [input](#//api/name/input).
- (void)addInput:(NSObject<FMIceLinkIOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Adds an [input](#//api/name/input).
Declared In
FMIceLinkIInput.h
– addInputs:
required method
Adds some [inputs](#//api/name/inputs).
- (void)addInputs:(NSMutableArray *)inputsParameters
inputs |
The inputs. |
|---|
Discussion
Adds some [inputs](#//api/name/inputs).
Declared In
FMIceLinkIInput.h
– input
required method
Gets the input.
- (NSObject<FMIceLinkIOutput> *)inputDiscussion
Gets the input.
Declared In
FMIceLinkIInput.h
– inputFormat
required method
Gets the [input](#//api/name/input) format.
- (FMIceLinkMediaFormat *)inputFormatDiscussion
Gets the [input](#//api/name/input) format.
Declared In
FMIceLinkIInput.h
– inputs
required method
Gets the inputs.
- (NSMutableArray *)inputsDiscussion
Gets the inputs.
Declared In
FMIceLinkIInput.h
– pipelineJsonFromInput
required method
Gets the pipeline JSON from an [input](#//api/name/input).
- (NSString *)pipelineJsonFromInputDiscussion
Gets the pipeline JSON from an [input](#//api/name/input).
Declared In
FMIceLinkIInput.h
– removeInput:
required method
Removes an [input](#//api/name/input).
- (bool)removeInput:(NSObject<FMIceLinkIOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Removes an [input](#//api/name/input).
Declared In
FMIceLinkIInput.h
– removeInputs
required method
Removes all [inputs](#//api/name/inputs).
- (void)removeInputsDiscussion
Removes all [inputs](#//api/name/inputs).
Declared In
FMIceLinkIInput.h
– removeInputs:
required method
Removes some [inputs](#//api/name/inputs).
- (bool)removeInputs:(NSMutableArray *)inputsParameters
inputs |
The inputs. |
|---|
Discussion
Removes some [inputs](#//api/name/inputs).
Declared In
FMIceLinkIInput.h