Windows Media Player SDK banner art
PreviousNext

Player.openState

The openState property retrieves a value indicating the state of the content source.

Syntax

player.openState

Possible Values

This property is a read only Number (long).

Value State Description
0 Undefined Windows Media Player is in an undefined state.
1 PlaylistChanging New playlist is about to be loaded.
2 PlaylistLocating Windows Media Player is attempting to locate the playlist. The playlist can be local (database or text file) or remote.
3 PlaylistConnecting Connecting to the playlist.
4 PlaylistLoading Playlist has been found and is now being retrieved.
5 PlaylistOpening Playlist has been retrieved and is now being parsed and loaded.
6 PlaylistOpenNoMedia Playlist is open.
7 PlaylistChanged A new playlist has been assigned to currentPlaylist.
8 MediaChanging New media is about to be loaded.
9 MediaLocating Windows Media Player is locating the media file. The file can be local or remote.
10 MediaConnecting Connecting to the server that holds the media.
11 MediaLoading Media has been located and is now being retrieved.
12 MediaOpening Media has been retrieved and is now being opened.
13 MediaOpen Media is now open.
14 BeginCodecAcquisition Starting codec acquisition.
15 EndCodecAcquisition Codec acquisition is complete.
16 BeginLicenseAcquisition Acquiring a license to play DRM protected content.
17 EndLicenseAcquisition License to play DRM protected content has been acquired.
18 BeginIndividualization Begin DRM Individualization.
19 EndIndividualization DRM individualization has been completed.
20 MediaWaiting Waiting for media.
21 OpeningUnknownURL Opening a URL with an unknown type.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.