The XVideoController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
The class destructor.
(Inherited from XDisposableObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | GetType | Gets the Type of the current instance. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() ![]() | Open | Overloaded. |
![]() | Pause |
Pauses the video playback.
|
![]() | Play |
Plays the video.
|
![]() | Stop |
Stops the video playback.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|