This topic has not yet been rated - Rate this topic

seeking property

Gets a flag that indicates whether the the client is currently moving to a new playback position in the media resource.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.9Internet Explorer 9

Syntax

HRESULT value = object.get_seeking(* bSeeking);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

The client is not moving to a new playback position.

VARIANT_TRUE (true)

The client is moving to a new playback position.

Standards information

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.