Share via


IPerceptionFrameProviderManager Interface

Definition

The IPerceptionFrameProviderManager is expected to provide any IPerceptionFrameProvider that has been registered via PerceptionFrameProviderManagerService::RegisterFrameProviderInfo().

public interface class IPerceptionFrameProviderManager : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2841234951, 60115, 13279, 142, 193, 185, 36, 171, 224, 25, 196)]
struct IPerceptionFrameProviderManager : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2841234951, 60115, 13279, 142, 193, 185, 36, 171, 224, 25, 196)]
/// [Windows.Foundation.Metadata.Deprecated("IPerceptionFrameProviderManager may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
struct IPerceptionFrameProviderManager : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2841234951, 60115, 13279, 142, 193, 185, 36, 171, 224, 25, 196)]
public interface IPerceptionFrameProviderManager : System.IDisposable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2841234951, 60115, 13279, 142, 193, 185, 36, 171, 224, 25, 196)]
[Windows.Foundation.Metadata.Deprecated("IPerceptionFrameProviderManager may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public interface IPerceptionFrameProviderManager : System.IDisposable
Public Interface IPerceptionFrameProviderManager
Implements IDisposable
Attributes
Implements

Windows requirements

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

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetFrameProvider(PerceptionFrameProviderInfo)

The method to request an IPerceptionFrameProvider associated with a registered PerceptionFrameProviderInfo.

Applies to

See also