Click or drag to resize

ILocalMediaTLocalMedia, TIAudioTrack, TIVideoTrack Interface

Local media interface.

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

The ILocalMediaTLocalMedia, TIAudioTrack, 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 propertyAudioSourceInput
Gets or sets the current audio source input 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 propertyState
Gets the current state.
Public propertyVideoMuted
Gets or sets a value indicating whether the first video track is muted.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyVideoSize
Gets the size of the first video track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public propertyVideoSourceInput
Gets or sets the current video source input of the first video track.
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 methodChangeAudioSourceInput
Changes the audio source input of the first audio track while the media is active.
Public methodChangeVideoSourceInput
Changes the video source input of the first video track while the media is active.
Public methodDestroy
Destroys this media.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public methodGetAudioSourceInputs
Gets the available audio source inputs of the first audio track.
Public methodGetVideoSourceInputs
Gets the available video source inputs of the first video track.
Public methodGrabVideoFrame
Grabs a frame from the first video track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.)
Public methodStart
Starts the media track sources.
Public methodStop
Stops the media track sources.
Top
Events
See Also