HtmlMedia.PlaybackRate Property
Gets the playback rate of the media.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable Property PlaybackRate As Single
public virtual float PlaybackRate { get; set; }
public:
virtual property float PlaybackRate {
float get ();
void set (float value);
}
abstract PlaybackRate : float32 with get, set
override PlaybackRate : float32 with get, set
function get PlaybackRate () : float
function set PlaybackRate (value : float)
Property Value
Type: Single
Returns Single.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace