Audio Streams

[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.]

Online stores can provide music as a stream from a music server. This is useful for providing samples, special promotional items, or to enable subscription users to enjoy music without having to download the content. It is common not to store the URL of the stream as part of the music catalog, but instead to resolve the URL just before playback based upon the track ID. To enable this, Windows Media Player calls IWMPContentPartner::GetStreamingURL and provides the streaming type (as a WMPStreamingType enumeration value) and the ID for the stream. The plug-in returns the URL for the stream through the pbstrURL parameter.

About Type 1 Online Stores