The XVideoController type exposes the following members.

Properties

  NameDescription
Balance
Gets or sets the video playback balance. Value -100 equals to the maximal volume at the left speaker and silence at the right speaker. Value 100 equals to the maximal value at the right speaker and silence at the left speaker.
CurrentPosition
Gets or sets the current video playback position.
Duration
Gets or sets the video playback duration.
Height
Gets or sets the height of the video playback.
IsDisposed
Denotes whether the instance is disposed.
(Inherited from XDisposableObject.)
Location
Gets or sets the upper left corner coordinate of the video playback.
Paused
Denotes whether the video is currently paused.
Playing
Denotes whether the video is currently playing.
Size
Gets or sets the size of the video playback.
Stopped
Denotes whether the video is currently stopped.
SyncRoot
Returns the object that can be used for synchronizing access to this instance.
Visible
Gets or sets the playing video visibility.
Volume
Gets or sets the video playback volume. Value 100 equals to the maximal volume, value 0 equals to the silence.
Width
Gets or sets the width of the video playback.
X
Gets or sets the X coordinate of the upper left corner of the video being played.
Y
Gets or sets the Y coordinate of the upper left corner of the video being played.

See Also