Compartir a través de


IPerceptionFrameProviderManager Interfaz

Definición

Se espera que IPerceptionFrameProviderManager proporcione cualquier IPerceptionFrameProvider que se haya registrado a través de 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
Atributos
Implementaciones

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)

Métodos

Dispose()

Realiza tareas definidas por la aplicación asociadas a la liberación o al restablecimiento de recursos no administrados.

GetFrameProvider(PerceptionFrameProviderInfo)

Método para solicitar un IPerceptionFrameProvider asociado a un PerceptionFrameProviderInfo registrado.

Se aplica a

Consulte también