Click or drag to resize

IRemoteMediaTIAudioTrack, TIVideoTrack Interface

Remote media interface.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The IRemoteMediaTIAudioTrack, TIVideoTrack type exposes the following members.

Properties
  NameDescription
Public propertyAudioGain
Gets or sets a value indicating the gain (input amplification) of the first audio track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyAudioMuted
Gets or sets a value indicating whether the first audio track is muted.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyAudioSinkOutput
Gets or sets the current audio sink output of the first audio track.
Public propertyAudioTrack
Gets the first audio track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyAudioTracks
Gets the audio tracks.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyAudioVolume
Gets or sets a value indicating the volume (output resistance) of the first audio track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyId
Gets the identifier.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyVideoMuted
Gets or sets a value indicating whether the first video track is muted.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyVideoSinkOutput
Gets or sets the current video sink output of the first video track.
Public propertyVideoSize
Gets the size of the first video track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyVideoTrack
Gets the first video track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyVideoTracks
Gets the video tracks.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Top
Methods
  NameDescription
Public methodChangeAudioSinkOutput
Changes the audio sink output of the first audio track while the media is active.
Public methodChangeVideoSinkOutput
Changes the video sink output of the first video track while the media is active.
Public methodDestroy
Destroys this media.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public methodGetAudioSinkOutputs
Gets the available audio sink outputs of the first audio track.
Public methodGetVideoSinkOutputs
Gets the available video sink outputs of the first video track.
Public methodGrabVideoFrame
Grabs a frame from the first video track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Top
Events
See Also