Windows Media Player 11 SDK WMPStreamingType
Previous | Next |
WMPStreamingType
Note This section describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.
The WMPStreamingType enumeration specifies the type of streaming media.
Syntax
typedef enum WMPStreamingType{ wmpstUnknown = 0, wmpstMusic = 1, wmpstVideo = 2, wmpstRadio = 3 };
Members
wmpstUnknown
Unknown type.
wmpstMusic
The plug-in must return a URL for music content.
wmpstVideo
The plug-in must return a URL for video content.
wmpstRadio
The plug-in must return a URL for radio content.
Requirements
Version: Windows Media Player 11
Header: contentpartner.h
See Also
Previous | Next |