Class ArubaMediaElement
An implementation of MediaElement.
Inheritance
ArubaMediaElement
Implements
Inherited Members
Namespace: Phoenix.Aruba.Controls
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ArubaMediaElement : MediaElement, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IUriContext
Fields
View SourceCanPlayProperty
Registers whether the media can play or not.
Declaration
public static readonly DependencyProperty CanPlayProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
CurrentStateProperty
Registers the current state of the media.
Declaration
public static readonly DependencyProperty CurrentStateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
IsMediaOpenedProperty
Registers whether the media is opened.
Declaration
public static readonly DependencyProperty IsMediaOpenedProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
IsPlayingProperty
Registers whether the media is playing.
Declaration
public static readonly DependencyProperty IsPlayingProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
MediaPathProperty
Registers the media path.
Declaration
public static readonly DependencyProperty MediaPathProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
PausedWhenSeekingProperty
Registers whether the media pauses when seeking.
Declaration
public static readonly DependencyProperty PausedWhenSeekingProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SeekingProperty
Registers whether the media can seek.
Declaration
public static readonly DependencyProperty SeekingProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
View SourceCanPlay
Gets or sets a value indicating whether the media can play.
Declaration
public bool CanPlay { get; set; }
Property Value
Type | Description |
---|---|
bool |
CurrentState
Gets or sets the current media state.
Declaration
public MediaElementState CurrentState { get; set; }
Property Value
Type | Description |
---|---|
MediaElementState |
IsMediaOpened
Gets or sets a value indicating whether the media is open.
Declaration
public bool IsMediaOpened { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsPlaying
Gets or sets a value indicating whether the media is playing.
Declaration
public bool IsPlaying { get; set; }
Property Value
Type | Description |
---|---|
bool |
MediaPath
Gets or sets the media path Uri.
Declaration
public Uri MediaPath { get; set; }
Property Value
Type | Description |
---|---|
Uri |
PausedWhenSeeking
Gets or sets a value indicating whether the media is paused while seeking.
Declaration
public bool PausedWhenSeeking { get; set; }
Property Value
Type | Description |
---|---|
bool |
Seeking
Gets or sets a value indicating whether the media is in a seeking state.
Declaration
public bool Seeking { get; set; }
Property Value
Type | Description |
---|---|
bool |