Media
Wisej.Web.Media
Last updated
Wisej.Web.Media
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Base implementation for media controls.
Boolean: Plays the media directly when it is loaded / the page is loaded. (Default: False
)
BorderStyle: Indicates the border style for the control. (Default: None
)
Double: Sets or returns the current playback position in the audio/video (in seconds). (Default: 0
)
Boolean: Indicates that the media element is to seek back to the start of the media resource upon reaching the end. (Default: False
)
Boolean: Specifies that the audio output of the video should be muted. (Default: False
)
Boolean: Shows or hides the native control of the video element. (Default: True
)
String: Returns or sets the URL of the video file to display in the video control. (Default: null
)
Double: Indicates the border style for the control. (Default: 0.5
)
Pauses the currently playing audio/video.
Starts playing the audio/video.
EventHandler Fired when the current time has been changed.
EventHandler Fired when the audio/video has finished playing.
EventHandler Fired when an error occurred during the loading of an audio/video.
EventHandler Fired when the audio/video has been paused.
EventHandler Fires when the audio/video is playing after having been paused or stopped for buffering.
EventHandler Fired when the volume has been changed.
EventHandler Fired when the video stops because it needs to buffer the next frame.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
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.