IMediaSource 接口

定义

表示将媒体示例传送到媒体管道的媒体源。

public interface class IMediaSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3888100761, 41117, 19489, 188, 223, 32, 175, 79, 134, 179, 217)]
struct IMediaSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3888100761, 41117, 19489, 188, 223, 32, 175, 79, 134, 179, 217)]
public interface IMediaSource
Public Interface IMediaSource
派生
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

IMediaSource 接口由 MediaStreamSource 运行时类实现,也可以由其他运行时类实现。

实现此接口的运行时类还必须实现 IMFGetService 接口,并且必须在为MF_MEDIASOURCE_SERVICE服务调用 IMFGetService.GetService 方法时支持返回 IMFMediaSource 或 IMFMediaSourceExtension 接口。

适用于