IMediaPlaybackSource Interface

Definition

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

public interface class IMediaPlaybackSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4020093628, 37655, 18070, 176, 81, 43, 173, 100, 49, 119, 181)]
struct IMediaPlaybackSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4020093628, 37655, 18070, 176, 81, 43, 173, 100, 49, 119, 181)]
public interface IMediaPlaybackSource
Public Interface IMediaPlaybackSource
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

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.

Applies to