ILocalMediaTLocalMedia, TIAudioTrack, TIVideoTrack Interface |
Namespace: FM.IceLink
The ILocalMediaTLocalMedia, TIAudioTrack, TIVideoTrack type exposes the following members.
Name | Description | |
---|---|---|
![]() | AudioGain |
Gets or sets a value indicating the gain
(input amplification) of the first audio track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | AudioMuted |
Gets or sets a value indicating whether the
first audio track is muted.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | AudioSourceInput |
Gets or sets the current audio source input
of the first audio track.
|
![]() | AudioTrack |
Gets the first audio track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | AudioTracks |
Gets the audio tracks.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | AudioVolume |
Gets or sets a value indicating the volume
(output resistance) of the first audio track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | Id |
Gets the identifier.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | State |
Gets the current state.
|
![]() | VideoMuted |
Gets or sets a value indicating whether the
first video track is muted.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | VideoSize |
Gets the size of the first video track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | VideoSourceInput |
Gets or sets the current video source input
of the first video track.
|
![]() | VideoTrack |
Gets the first video track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | VideoTracks |
Gets the video tracks.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
Name | Description | |
---|---|---|
![]() | ChangeAudioSourceInput |
Changes the audio source input of the first
audio track while the media is active.
|
![]() | ChangeVideoSourceInput |
Changes the video source input of the first
video track while the media is active.
|
![]() | Destroy |
Destroys this media.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | GetAudioSourceInputs |
Gets the available audio source inputs
of the first audio track.
|
![]() | GetVideoSourceInputs |
Gets the available video source inputs
of the first video track.
|
![]() | GrabVideoFrame |
Grabs a frame from the first video track.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | Start |
Starts the media track sources.
|
![]() | Stop |
Stops the media track sources.
|
Name | Description | |
---|---|---|
![]() | OnAudioDestroyed |
Raised when the first audio track is destroyed.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | OnAudioLevel |
Raised whenever the level of
the first audio track is calculated.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | OnAudioStarted |
Raised when the audio track is started.
|
![]() | OnAudioStopped |
Raised when the audio track is stopped.
|
![]() | OnVideoDestroyed |
Raised when the first video track is destroyed.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | OnVideoSize |
Raised whenever the size of
the first video track is calculated.
(Inherited from IMediaTIAudioTrack, TIVideoTrack.) |
![]() | OnVideoStarted |
Raised when the video track is started.
|
![]() | OnVideoStopped |
Raised when the video track is stopped.
|