Class MediaElement
Inheritance
System.Object
MediaElement
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class MediaElement : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
MediaElement()
Declaration
public MediaElement()
Fields
AttributesProperty
AudioStreamCountProperty
Declaration
public static AutomationProperty AudioStreamCountProperty
Field Value
AudioStreamIndexProperty
Declaration
public static AutomationProperty AudioStreamIndexProperty
Field Value
AutoPlayProperty
BalanceProperty
BufferingProgressProperty
Declaration
public static AutomationProperty BufferingProgressProperty
Field Value
BufferingTimeProperty
CanPauseProperty
CanSeekProperty
CurrentStateProperty
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
NaturalDurationProperty
NaturalVideoHeightProperty
Declaration
public static AutomationProperty NaturalVideoHeightProperty
Field Value
NaturalVideoWidthProperty
Declaration
public static AutomationProperty NaturalVideoWidthProperty
Field Value
PositionProperty
RenderedFramesPerSecondProperty
Declaration
public static AutomationProperty RenderedFramesPerSecondProperty
Field Value
SourceProperty
StretchProperty
VolumeProperty
Properties
Attributes
Declaration
public Dictionary<string, string> Attributes { get; set; }
Property Value
System.
|
AudioStreamCount
Declaration
public int AudioStreamCount { get; set; }
Property Value
System.
|
AudioStreamIndex
Declaration
public int? AudioStreamIndex { get; set; }
Property Value
System.
|
AutoPlay
Declaration
public bool AutoPlay { get; set; }
Property Value
System.
|
Balance
Declaration
public double Balance { get; set; }
Property Value
System.
|
BufferingProgress
Declaration
public double BufferingProgress { get; set; }
Property Value
System.
|
BufferingTime
CanPause
Declaration
public bool CanPause { get; set; }
Property Value
System.
|
CanSeek
Declaration
public bool CanSeek { get; set; }
Property Value
System.
|
CurrentState
DownloadProgress
Declaration
public double DownloadProgress { get; set; }
Property Value
System.
|
DownloadProgressOffset
Declaration
public double DownloadProgressOffset { get; set; }
Property Value
System.
|
DroppedFramesPerSecond
Declaration
public double DroppedFramesPerSecond { get; set; }
Property Value
System.
|
IsMuted
Declaration
public bool IsMuted { get; set; }
Property Value
System.
|
NaturalDuration
NaturalVideoHeight
Declaration
public int NaturalVideoHeight { get; set; }
Property Value
System.
|
NaturalVideoWidth
Declaration
public int NaturalVideoWidth { get; set; }
Property Value
System.
|
Position
RenderedFramesPerSecond
Declaration
public double RenderedFramesPerSecond { get; set; }
Property Value
System.
|
Source
Declaration
public string Source { get; }
Property Value
System.
|
Stretch
Volume
Declaration
public double Volume { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|