Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 984 Bytes

imediasource.md

File metadata and controls

22 lines (15 loc) · 984 Bytes
-api-id -api-type
T:Windows.Media.Core.IMediaSource
winrt interface

Windows.Media.Core.IMediaSource

-description

Represents a media source that delivers media samples to a media pipeline.

-remarks

The IMediaSource interface is implemented by the MediaStreamSource runtime class and can also be implemented by other runtime classes.

Runtime classes that implement this interface must also implement the IMFGetService interface and must support returning an IMFMediaSource or an IMFMediaSourceExtension interface when IMFGetService.GetService method is invoked for the MF_MEDIASOURCE_SERVICE service.

-examples

-see-also