seeking property

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

 

Syntax

object.get_seeking(
            boolean* seeking);

Property values

Type: boolean

false (false)

The client is not moving to a new playback position.

true (true)

The client is moving to a new playback position.

Standards information