IVideoTrack Interface |
Namespace: FM.IceLink
The IVideoTrack type exposes the following members.
Name | Description | |
---|---|---|
Muted |
Gets or sets a value indicating whether this
track is muted.
(Inherited from IMediaTrack.) | |
SinkOutput |
Gets or sets the current sink output.
(Inherited from IMediaTrack.) | |
Size |
Gets the size of this track.
| |
SourceInput |
Gets or sets the current source input.
(Inherited from IMediaTrack.) |
Name | Description | |
---|---|---|
ChangeSinkOutput |
Changes the sink output while the media track is active.
(Inherited from IMediaTrack.) | |
ChangeSourceInput |
Changes the source input while the media track is active.
(Inherited from IMediaTrack.) | |
Destroy |
Destroys this media track.
(Inherited from IMediaTrack.) | |
GetSinkOutputs |
Gets the available sink outputs.
(Inherited from IMediaTrack.) | |
GetSourceInputs |
Gets the available source inputs.
(Inherited from IMediaTrack.) | |
GrabFrame |
Grabs the next frame once it's rendered.
|
Name | Description | |
---|---|---|
OnDestroyed |
Raised when the track is destroyed.
(Inherited from IMediaTrack.) | |
OnSize |
Raised whenever the size of
this track is calculated.
| |
OnStarted |
Raised when the track is started.
Only applicable for local media tracks.
(Inherited from IMediaTrack.) | |
OnStopped |
Raised when the track is stopped.
Only applicable for local media tracks.
(Inherited from IMediaTrack.) |