Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 638 Bytes

imediaplaybacksource.md

File metadata and controls

23 lines (15 loc) · 638 Bytes
-api-id -api-type
T:Windows.Media.Playback.IMediaPlaybackSource
winrt interface

Windows.Media.Playback.IMediaPlaybackSource

-description

A marker interface that identifies the implementing class as a playback source.

-remarks

This interface doesn't define any methods. This interface is implemented by classes used by the media playback framework, such as MediaPlaybackItem, so that the system can identify them as playback sources. This interface is not intended to be used directly by apps.

-examples

-see-also