Media
Wisej.Web.Media
Last updated
Was this helpful?
Wisej.Web.Media
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Base implementation for media controls.
: Plays the media directly when it is loaded / the page is loaded.
: Indicates the border style for the control.
: Sets or returns the current playback position in the audio/video (in seconds).
Pauses the currently playing audio/video.
Starts playing the audio/video.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Indicates that the media element is to seek back to the start of the media resource upon reaching the end.
: Specifies that the audio output of the video should be muted.
: Shows or hides the native control of the video element.
: Returns or sets the URL of the video file to display in the video control.
: Indicates the border style for the control.
Fired when the current time has been changed.
Fired when the audio/video has finished playing.
Fired when an error occurred during the loading of an audio/video.
Fired when the audio/video has been paused.
Fires when the audio/video is playing after having been paused or stopped for buffering.
Fired when the volume has been changed.
Fired when the video stops because it needs to buffer the next frame.
Represents a control that displays a video file.
Represents a control that plays an audio file.
All wisej controls derived from the class must implement this interface.