ITIMEState interface

Exposes methods that describe an HTML+TIME timeline.

Members

The ITIMEState interface inherits from the IDispatch interface. ITIMEState also has these types of members:

  • Properties

Properties

The ITIMEState interface has these properties.

Property Description

activeDur

Gets the total duration of the timeline.

activeTime

Gets the current point in time along the total active timeline, including repeats and time spent in reverse mode.

isActive

Gets a value that indicates whether the element is currently active on the timeline.

isMuted

Gets a value indicating whether the element's audio is currently muted.

isOn

Gets a value that specifies whether the element is active or holding on the timeline in its current state.

isPaused

Gets a value that specifies whether the element is paused on the timeline.

parentTimeBegin

Gets the begin time of the current element as an offset from the begin time of the parent element.

parentTimeEnd

Gets the end time of the current element as an offset from the begin time of the parent element.

progress

Gets the current progress of the element timeline.

repeatCount

Gets the current iteration in the repetition loop.

segmentDur

Gets the duration of an element on a timeline in seconds, including autoReverse.

segmentTime

Gets the current point in time along a segment of time.

simpleDur

Gets the duration of a repeat iteration.

simpleTime

Gets an object's current point along its timeline from zero to its dur value.

speed

Gets the playback speed of an element at run time, which includes the cascading effect of the speed set for the parent time container.

state

Gets the current state of the element timeline.

stateString

Gets the current state of the element timeline.

volume

Gets the playback volume of an element at run time.

 

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Mstime.h

IDL

Mstime.idl

DLL

Mstime.dll

See also

IDispatch

Introduction to HTML+TIME