Windows.Media.Core.IMediaSource

September 2, 2020 ยท View on GitHub

-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