Compartilhar via


seq Element

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The seq element contains elements that define a static playlist or elements that define a smart playlist.

<seq>
</seq>

Attributes

This element has no attributes.

Parent/Child Elements

Hierarchy Elements
Parent body
Child media, smartPlaylist

Remarks

When a seq element only contains media elements that reference specific media items, the playlist is considered to be static. When a seq element contains a smartPlaylist element, it is considered to be a dynamic "smart" playlist.

Examples

<seq>
    <media></media>
    <media></media>
</seq>

<seq>
    <smartPlaylist></smartPlaylist>
</seq>

Requirements

Requirement Value
Version
Windows Media Player 9 Series or later.

See also

body Element

media Element

smartPlaylist Element

Windows Media Playlist Elements Reference