Share via


ITIMEPlayItem interface

This interface provides access to members of the playItem object.

Members

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

  • Methods
  • Properties

Methods

The ITIMEPlayItem interface has these methods.

Method Description
setActive

Sets the current playItem object as the active track in the playList collection, which causes the track to play.

 

Properties

The ITIMEPlayItem interface has these properties.

Property Description

abstract

Gets a description of the media file.

author

Gets the name of the media file author.

copyright

Gets the copyright information associated with a media file.

dur

Gets the playing-time length of the current playList or playItem, if the length is known.

index

Retrieves the index value of the playItem object in the playList collection.

rating

Gets the rating of the media file.

src

Gets the source URL of the media.

title

Gets the title of the media file.

 

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