MFCreateSensorProfile 函数 (mfidl.h)

基于指定的类型、索引和可选约束创建传感器配置文件。

语法

HRESULT MFCreateSensorProfile(
  [in]           REFGUID          ProfileType,
  [in, out]      UINT32           ProfileIndex,
  [in, optional] LPCWSTR          Constraints,
  [out]          IMFSensorProfile **ppProfile
);

参数

[in] ProfileType

要创建的配置文件类型。

[in, out] ProfileIndex

配置文件索引。

[in, optional] Constraints

要对配置文件施加的任何可选约束。

[out] ppProfile

成功后,返回一个双指针,指向包含传感器配置文件的 IMFSensorProfile

返回值

此函数不返回值。

要求

要求
最低受支持的客户端 Windows 10版本 1803 [仅限桌面应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 mfidl.h
Library Mfsensorgroup.lib
DLL Mfsensorgroup.dll