Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.1 KB

audio-streams.md

File metadata and controls

42 lines (30 loc) · 2.1 KB
title description ms.assetid keywords ms.topic ms.date ms.custom
Audio Streams
Audio Streams
7bb39c48-5d0b-483d-83ee-946adfc9724f
Windows Media Player online stores,audio streams
online stores,audio streams
type 1 online stores,audio streams
Windows Media Player online stores,streams from music servers
online stores,streams from music servers
type 1 online stores,streams from music servers
Windows Media Player online stores,music server streams
online stores,music server streams
type 1 online stores,music server streams
audio streams
music server streams
streams from music servers
article
4/26/2023
UpdateFrequency5

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.

Related topics

About Type 1 Online Stores