FMIceLinkIOutput Protocol Reference
| Conforms to | FMIceLinkIElement | 
|---|---|
| Declared in | FMIceLinkIOutput.h | 
Overview
An [output](#//api/name/output).
– addOutput:
required method
	
Adds an [output](#//api/name/output).
			- (void)addOutput:(NSObject<FMIceLinkIInput> *)outputParameters
output | 
						The output.  | 
					
|---|
Discussion
Adds an [output](#//api/name/output).
			Declared In
FMIceLinkIOutput.h
– addOutputs:
required method
	
Adds some [outputs](#//api/name/outputs).
			- (void)addOutputs:(NSMutableArray *)outputsParameters
outputs | 
						The outputs.  | 
					
|---|
Discussion
Adds some [outputs](#//api/name/outputs).
			Declared In
FMIceLinkIOutput.h
– output
required method
	
Gets the output.
			- (NSObject<FMIceLinkIInput> *)outputDiscussion
Gets the output.
			Declared In
FMIceLinkIOutput.h
– outputFormat
required method
	
Gets the [output](#//api/name/output) format.
			- (FMIceLinkMediaFormat *)outputFormatDiscussion
Gets the [output](#//api/name/output) format.
			Declared In
FMIceLinkIOutput.h
– outputs
required method
	
Gets the outputs.
			- (NSMutableArray *)outputsDiscussion
Gets the outputs.
			Declared In
FMIceLinkIOutput.h
– pipelineJsonFromOutput
required method
	
Gets the pipeline JSON from an [output](#//api/name/output).
			- (NSString *)pipelineJsonFromOutputDiscussion
Gets the pipeline JSON from an [output](#//api/name/output).
			Declared In
FMIceLinkIOutput.h
– removeOutput:
required method
	
Removes an [output](#//api/name/output).
			- (bool)removeOutput:(NSObject<FMIceLinkIInput> *)outputParameters
output | 
						The output.  | 
					
|---|
Discussion
Removes an [output](#//api/name/output).
			Declared In
FMIceLinkIOutput.h
– removeOutputs
required method
	
Removes all [outputs](#//api/name/outputs).
			- (void)removeOutputsDiscussion
Removes all [outputs](#//api/name/outputs).
			Declared In
FMIceLinkIOutput.h
– removeOutputs:
required method
	
Removes some [outputs](#//api/name/outputs).
			- (bool)removeOutputs:(NSMutableArray *)outputsParameters
outputs | 
						The outputs.  | 
					
|---|
Discussion
Removes some [outputs](#//api/name/outputs).
			Declared In
FMIceLinkIOutput.h