-
Notifications
You must be signed in to change notification settings - Fork 13
MediaPlayer Members
MediaPlayer is the main control that you place in your page. It will contain an implementation deriving from PlayerHostBase.
Gets or sets whether to change volume with the mouse wheel.
Gets or sets whether the Play/Pause button is visible.
Gets or sets whether the Stop button is visible.
Gets or sets whether the Loop button is visible.
Gets or sets whether the volume is visible.
Gets or sets whether the Speed button is visible.
Gets or sets whether the seek bar is visible.
Gets or sets the mouse action that will trigger full-screen mode.
Gets or sets the mouse action that will trigger pause.
Gets or sets how time is displayed within the player.
Gets or sets the interval in milliseconds between consecutive seeks. Default = 500.
Gets the PlayerHostBase contained within the MediaPlayer.
Gets or sets whether full-screen mode is active.
Adds specified value to the volume. Volume is an integer between 0 and 100. Calling this with a value of 5 will increase volume by 5.
Exposes IsPlaying from PlayerHost so that it can be bound to styles.
Toggle between play and pause status.
Gets or sets the visual position of the seek bar.
Gets the position text.
Seeks to specified position.
Gets or sets the title to display.
Toggles between full-screen and normal mode.
The name of the control containing the video. This control will be transferred into a new container in full-screen mode.
The seek bar slider control.
The track within the seek bar.
The seek bar decrease button.
The seek bar increase button.