Click or drag to resize

IVideoTrack Interface

Video track interface.

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

The IVideoTrack type exposes the following members.

Properties
  NameDescription
Public propertyMuted
Gets or sets a value indicating whether this track is muted.
(Inherited from IMediaTrack.)
Public propertySinkOutput
Gets or sets the current sink output.
(Inherited from IMediaTrack.)
Public propertySize
Gets the size of this track.
Public propertySourceInput
Gets or sets the current source input.
(Inherited from IMediaTrack.)
Top
Methods
  NameDescription
Public methodChangeSinkOutput
Changes the sink output while the media track is active.
(Inherited from IMediaTrack.)
Public methodChangeSourceInput
Changes the source input while the media track is active.
(Inherited from IMediaTrack.)
Public methodDestroy
Destroys this media track.
(Inherited from IMediaTrack.)
Public methodGetSinkOutputs
Gets the available sink outputs.
(Inherited from IMediaTrack.)
Public methodGetSourceInputs
Gets the available source inputs.
(Inherited from IMediaTrack.)
Public methodGrabFrame
Grabs the next frame once it's rendered.
Top
Events
  NameDescription
Public eventOnDestroyed
Raised when the track is destroyed.
(Inherited from IMediaTrack.)
Public eventOnSize
Raised whenever the size of this track is calculated.
Public eventOnStarted
Raised when the track is started. Only applicable for local media tracks.
(Inherited from IMediaTrack.)
Public eventOnStopped
Raised when the track is stopped. Only applicable for local media tracks.
(Inherited from IMediaTrack.)
Top
See Also