playList property

Retrieves a collection of play item objects.

Syntax

HRESULT value = object.get_playList(ITIMEPlayList** pPlayList);

Property values

Type: Object

the array of elements contained by the object.

Remarks

Some media file formats contain several individual media files, such as an MPEG-Layer 3 (MP3) playlist that contains several MP3 files. This collection provides access to those individual media files.

The ITIMEMediaElement::playList collection is available only while the parent element is active on the timeline. When the parent element's timeline ends, this collection is no longer available.

See also

Introduction to HTML+TIME