ClassMediaElement
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class MediaElement : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementMediaElement
Implements:
Inherited Members
Constructors
MediaElement()
Declaration
public MediaElement()
Fields
AttributesProperty
Declaration
public static AutomationProperty AttributesProperty
Field Value
AudioStreamCountProperty
Declaration
public static AutomationProperty AudioStreamCountProperty
Field Value
AudioStreamIndexProperty
Declaration
public static AutomationProperty AudioStreamIndexProperty
Field Value
AutoPlayProperty
Declaration
public static AutomationProperty AutoPlayProperty
Field Value
BalanceProperty
Declaration
public static AutomationProperty BalanceProperty
Field Value
BufferingProgressProperty
Declaration
public static AutomationProperty BufferingProgressProperty
Field Value
BufferingTimeProperty
Declaration
public static AutomationProperty BufferingTimeProperty
Field Value
CanPauseProperty
Declaration
public static AutomationProperty CanPauseProperty
Field Value
CanSeekProperty
Declaration
public static AutomationProperty CanSeekProperty
Field Value
CurrentStateProperty
Declaration
public static AutomationProperty CurrentStateProperty
Field Value
DownloadProgressOffsetProperty
Declaration
public static AutomationProperty DownloadProgressOffsetProperty
Field Value
DownloadProgressProperty
Declaration
public static AutomationProperty DownloadProgressProperty
Field Value
DroppedFramesPerSecondProperty
Declaration
public static AutomationProperty DroppedFramesPerSecondProperty
Field Value
IsMutedProperty
Declaration
public static AutomationProperty IsMutedProperty
Field Value
NaturalDurationProperty
Declaration
public static AutomationProperty NaturalDurationProperty
Field Value
NaturalVideoHeightProperty
Declaration
public static AutomationProperty NaturalVideoHeightProperty
Field Value
NaturalVideoWidthProperty
Declaration
public static AutomationProperty NaturalVideoWidthProperty
Field Value
PositionProperty
Declaration
public static AutomationProperty PositionProperty
Field Value
RenderedFramesPerSecondProperty
Declaration
public static AutomationProperty RenderedFramesPerSecondProperty
Field Value
SourceProperty
Declaration
public static AutomationProperty SourceProperty
Field Value
StretchProperty
Declaration
public static AutomationProperty StretchProperty
Field Value
VolumeProperty
Declaration
public static AutomationProperty VolumeProperty
Field Value
Properties
Attributes
Declaration
public Dictionary<string, string> Attributes { get; set; }
Property Value
CurrentState
Declaration
public MediaElementState CurrentState { get; set; }
Property Value
DownloadProgressOffset
Declaration
public double DownloadProgressOffset { get; set; }
Property Value
DroppedFramesPerSecond
Declaration
public double DroppedFramesPerSecond { get; set; }
Property Value
RenderedFramesPerSecond
Declaration
public double RenderedFramesPerSecond { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.