FMIceLinkIRemoteMedia Protocol Reference
| Conforms to | FMIceLinkIMedia | 
|---|---|
| Declared in | FMIceLinkIRemoteMedia.h | 
– audioSinkOutput
required method
	
Gets the current audio sink output
of the first audio track.
			- (FMIceLinkSinkOutput *)audioSinkOutputDiscussion
Gets the current audio sink output
of the first audio track.
			Declared In
FMIceLinkIRemoteMedia.h
– changeAudioSinkOutput:
required method
	
Changes the audio sink output of the first
audio track while the media is active.
			- (FMIceLinkFuture *)changeAudioSinkOutput:(FMIceLinkSinkOutput *)audioSinkOutputParameters
audioSinkOutput | 
						The audio sink output. @return  | 
					
|---|
Discussion
Changes the audio sink output of the first
audio track while the media is active.
			Declared In
FMIceLinkIRemoteMedia.h
– changeVideoSinkOutput:
required method
	
Changes the video sink output of the first
video track while the media is active.
			- (FMIceLinkFuture *)changeVideoSinkOutput:(FMIceLinkSinkOutput *)videoSinkOutputParameters
videoSinkOutput | 
						The video sink output. @return  | 
					
|---|
Discussion
Changes the video sink output of the first
video track while the media is active.
			Declared In
FMIceLinkIRemoteMedia.h
– getAudioSinkOutputs
required method
	
Gets the available audio sink outputs
of the first audio track.
			- (FMIceLinkFuture *)getAudioSinkOutputsReturn Value
A future with an array of audio sink outputs.
Discussion
Gets the available audio sink outputs
of the first audio track.
			Declared In
FMIceLinkIRemoteMedia.h
– getVideoSinkOutputs
required method
	
Gets the available video sink outputs
of the first video track.
			- (FMIceLinkFuture *)getVideoSinkOutputsReturn Value
A future with an array of video sink outputs.
Discussion
Gets the available video sink outputs
of the first video track.
			Declared In
FMIceLinkIRemoteMedia.h
– setAudioSinkOutput:
required method
	
Sets the current audio sink output
of the first audio track.
			- (void)setAudioSinkOutput:(FMIceLinkSinkOutput *)valueDiscussion
Sets the current audio sink output
of the first audio track.
			Declared In
FMIceLinkIRemoteMedia.h
– setVideoSinkOutput:
required method
	
Sets the current video sink output
of the first video track.
			- (void)setVideoSinkOutput:(FMIceLinkSinkOutput *)valueDiscussion
Sets the current video sink output
of the first video track.
			Declared In
FMIceLinkIRemoteMedia.h
– videoSinkOutput
required method
	
Gets the current video sink output
of the first video track.
			- (FMIceLinkSinkOutput *)videoSinkOutputDiscussion
Gets the current video sink output
of the first video track.
			Declared In
FMIceLinkIRemoteMedia.h