Media

Wisej.Web.Media

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Base implementation for media controls.

public class Media : Control

Properties

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)

Methods

Pauses the currently playing audio/video.

Starts playing the audio/video.

Events

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.

Inherited By

NameDescription

Represents a Video control that displays a video file.

Represents a Audio control that plays an audio file.

Implements

NameDescription

Bindable components implement this interface.

Controls that support drag & drop operations implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated