The IVideoPlayer type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AspectRatio |
Gets/Sets the current aspect ratio.
|
![]() | AudioChannel |
Gets/Sets the current audio channel.
(Inherited from IAudioPlayer.) |
![]() | AudioDelay |
Gets/Sets the current audio delay (in milliseconds).
(Inherited from IAudioPlayer.) |
![]() | AudioOutput |
Gets/Sets the current audio output.
(Inherited from IAudioPlayer.) |
![]() | AudioTrack |
Gets/Sets the current audio track.
(Inherited from IAudioPlayer.) |
![]() | AudioTracks |
Gets the available audio tracks.
(Inherited from IAudioPlayer.) |
![]() | Chapter |
The currently playing chapter.
|
![]() | ChapterCount |
The number of chapters.
|
![]() | CropGeometry |
Gets/Sets the current crop geometry.
|
![]() | Drawable |
Gets/Sets the windows drawable handle on which to render video content.
|
![]() | FPS |
Gets the current FPS.
|
![]() | IsFullscreen |
Gets/Sets Fullscreen mode.
|
![]() | IsPausable |
Can the player be paused?
(Inherited from IMediaPlayer.) |
![]() | IsPlaying |
Is the player playing?
(Inherited from IMediaPlayer.) |
![]() | IsSeekable |
Is the player seekable?
(Inherited from IMediaPlayer.) |
![]() | Length |
Gets the length of the current media.
(Inherited from IMediaPlayer.) |
![]() | Media |
Gets/Sets the current media.
(Inherited from IMediaPlayer.) |
![]() | Mute |
Gets/Sets mute.
(Inherited from IAudioPlayer.) |
![]() | Position |
Gets/Sets the current position of the current media (percentage between 0.0 and 1.0).
(Inherited from IMediaPlayer.) |
![]() | Rate |
Gets/Sets the requested playback rate.
(Inherited from IMediaPlayer.) |
![]() | State |
Gets the current player state.
(Inherited from IMediaPlayer.) |
![]() | SubtitleDelay |
Gets/Sets the current subtitle delay (in milliseconds).
|
![]() | SubtitleFile |
Gets/Sets the current subtitle file.
|
![]() | Subtitles |
Gets/Sets the current subtitle track.
|
![]() | SubtitleTracks |
Gets the available subtitle tracks.
|
![]() | TeletextPage |
Gets/Sets the current teletext page.
|
![]() | Time |
Gets/Sets the current time of the current media (in milliseconds).
(Inherited from IMediaPlayer.) |
![]() | Title |
Gets/Sets the current title (if applicable).
|
![]() | TitleCount |
Gets the number of titles in the current media (if applicable).
|
![]() | VideoChapter |
Gets/Sets the currently playing chapter.
|
![]() | VideoScale |
Gets/Sets the current video scale.
|
![]() | VideoTitle |
Gets/Sets the currently playing title.
|
![]() | VideoTitles |
Gets the available video titles.
|
![]() | VideoTrack |
Gets/Sets the current video track.
|
![]() | VideoTracks |
Gets the available video tracks.
|
![]() | Volume |
Gets/Sets volume.
(Inherited from IAudioPlayer.) |
![]() | VoutCount |
Gets the current number of Video Outputs for the player.
|
![]() | WillPlay |
Will the player play if (Inherited from IMediaPlayer.)Play() |
See Also