FMIceLinkIRemoteMedia Protocol Reference

Conforms to FMIceLinkIMedia
Declared in FMIceLinkIRemoteMedia.h

Overview

Remote media interface.

– audioSinkOutput required method

Gets the current audio sink output of the first audio track.
- (FMIceLinkSinkOutput *)audioSinkOutput

Discussion

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 *)audioSinkOutput

Parameters

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 *)videoSinkOutput

Parameters

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 *)getAudioSinkOutputs

Return 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 *)getVideoSinkOutputs

Return 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 *)value

Discussion

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 *)value

Discussion

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 *)videoSinkOutput

Discussion

Gets the current video sink output of the first video track.

Declared In

FMIceLinkIRemoteMedia.h