MediaElement
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class MediaElement : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementMediaElement
Implements:
Inherited Members
Constructors
C#
public MediaElement()
Fields
C#
public static AutomationProperty AttributesProperty
C#
public static AutomationProperty AudioStreamCountProperty
C#
public static AutomationProperty AudioStreamIndexProperty
C#
public static AutomationProperty AutoPlayProperty
C#
public static AutomationProperty BalanceProperty
C#
public static AutomationProperty BufferingProgressProperty
C#
public static AutomationProperty BufferingTimeProperty
C#
public static AutomationProperty CanPauseProperty
C#
public static AutomationProperty CanSeekProperty
C#
public static AutomationProperty CurrentStateProperty
C#
public static AutomationProperty DownloadProgressOffsetProperty
C#
public static AutomationProperty DownloadProgressProperty
C#
public static AutomationProperty DroppedFramesPerSecondProperty
C#
public static AutomationProperty IsMutedProperty
C#
public static AutomationProperty NaturalDurationProperty
C#
public static AutomationProperty NaturalVideoHeightProperty
C#
public static AutomationProperty NaturalVideoWidthProperty
C#
public static AutomationProperty PositionProperty
C#
public static AutomationProperty RenderedFramesPerSecondProperty
C#
public static AutomationProperty SourceProperty
C#
public static AutomationProperty StretchProperty
C#
public static AutomationProperty VolumeProperty
Properties
C#
public Dictionary<string, string> Attributes { get; set; }
C#
public int AudioStreamCount { get; set; }
C#
public int? AudioStreamIndex { get; set; }
C#
public double BufferingProgress { get; set; }
C#
public TimeSpan BufferingTime { get; set; }
C#
public MediaElementState CurrentState { get; set; }
C#
public double DownloadProgress { get; set; }
C#
public double DownloadProgressOffset { get; set; }
C#
public double DroppedFramesPerSecond { get; set; }
C#
public Duration NaturalDuration { get; set; }
C#
public int NaturalVideoHeight { get; set; }
C#
public int NaturalVideoWidth { get; set; }
C#
public double RenderedFramesPerSecond { get; set; }