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
AutomationProperty
|
AudioStreamIndexProperty
Declaration
public static AutomationProperty AudioStreamIndexProperty
Field Value
AutomationProperty
|
AutoPlayProperty
BalanceProperty
BufferingProgressProperty
Declaration
public static AutomationProperty BufferingProgressProperty
Field Value
AutomationProperty
|
BufferingTimeProperty
CanPauseProperty
CanSeekProperty
CurrentStateProperty
DownloadProgressOffsetProperty
Declaration
public static AutomationProperty DownloadProgressOffsetProperty
Field Value
AutomationProperty
|
DownloadProgressProperty
Declaration
public static AutomationProperty DownloadProgressProperty
Field Value
AutomationProperty
|
DroppedFramesPerSecondProperty
Declaration
public static AutomationProperty DroppedFramesPerSecondProperty
Field Value
AutomationProperty
|
IsMutedProperty
NaturalDurationProperty
NaturalVideoHeightProperty
Declaration
public static AutomationProperty NaturalVideoHeightProperty
Field Value
AutomationProperty
|
NaturalVideoWidthProperty
Declaration
public static AutomationProperty NaturalVideoWidthProperty
Field Value
AutomationProperty
|
PositionProperty
RenderedFramesPerSecondProperty
Declaration
public static AutomationProperty RenderedFramesPerSecondProperty
Field Value
AutomationProperty
|
SourceProperty
StretchProperty
VolumeProperty
Properties
Attributes
Declaration
public Dictionary<string, string> Attributes { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
|
AudioStreamCount
Declaration
public int AudioStreamCount { get; set; }
Property Value
System.Int32
|
AudioStreamIndex
Declaration
public int? AudioStreamIndex { get; set; }
Property Value
System.Nullable<System.Int32>
|
AutoPlay
Declaration
public bool AutoPlay { get; set; }
Property Value
System.Boolean
|
Balance
Declaration
public double Balance { get; set; }
Property Value
System.Double
|
BufferingProgress
Declaration
public double BufferingProgress { get; set; }
Property Value
System.Double
|
BufferingTime
CanPause
Declaration
public bool CanPause { get; set; }
Property Value
System.Boolean
|
CanSeek
Declaration
public bool CanSeek { get; set; }
Property Value
System.Boolean
|
CurrentState
DownloadProgress
Declaration
public double DownloadProgress { get; set; }
Property Value
System.Double
|
DownloadProgressOffset
Declaration
public double DownloadProgressOffset { get; set; }
Property Value
System.Double
|
DroppedFramesPerSecond
Declaration
public double DroppedFramesPerSecond { get; set; }
Property Value
System.Double
|
IsMuted
Declaration
public bool IsMuted { get; set; }
Property Value
System.Boolean
|
NaturalDuration
NaturalVideoHeight
Declaration
public int NaturalVideoHeight { get; set; }
Property Value
System.Int32
|
NaturalVideoWidth
Declaration
public int NaturalVideoWidth { get; set; }
Property Value
System.Int32
|
Position
RenderedFramesPerSecond
Declaration
public double RenderedFramesPerSecond { get; set; }
Property Value
System.Double
|
Source
Declaration
public string Source { get; }
Property Value
System.String
|
Stretch
Volume
Declaration
public double Volume { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|