Share via


ITIMEMediaElement interface

Exposes methods that describe the media element.

Members

The ITIMEMediaElement interface inherits from ITIMEElement. ITIMEMediaElement also has these types of members:

  • Properties

Properties

The ITIMEMediaElement interface has these properties.

Property Description

abstract

Gets a description of the media file.

author

Gets the name of the media file author.

canPause

Gets a value that indicates whether the media file can be paused.

canSeek

Gets a value that indicates whether the media file is capable of locating a specific time in the media's duration.

clipBegin

Sets or gets the beginning point of a sub-clip of a continuous media object.

clipEnd

Sets or Gets the end point of a sub-clip of a continuous media object.

copyright

Gets the copyright information associated with a media file.

hasAudio

Gets a VARIANT_BOOL value that indicates whether the media contains audio.

hasPlayList

Gets a VARIANT_BOOL value that indicates whether the element has a playList collection.

hasVisual

Gets a VARIANT_BOOL value that indicates whether the element can draw on the screen.

mediaDur

Gets the duration of the element's media file.

mediaHeight

Gets the height of the element.

mediaWidth

Gets the width of the element.

player

Sets or gets the object used to render the media associated with this element.

playerObject

Gets the object that plays media files.

playList

Retrieves a collection of play item objects.

rating

Gets the rating of the media file.

src

Sets or gets the source URL of the media.

title

Gets the title of the media file.

type

Sets or gets the MIME type of the media object referenced by the SRC attribute.

 

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

ITIMEElement

Introduction to HTML+TIME