IPerceptionFrameProviderManager Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
È previsto che IPerceptionFrameProviderManager fornisca qualsiasi IPerceptionFrameProvider registrato tramite 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
- Attributi
- Implementazioni
Requisiti Windows
Famiglia di dispositivi |
Windows 10 (è stato introdotto in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)
|
Metodi
Dispose() |
Esegue attività definite dall'applicazione, come rilasciare o reimpostare risorse non gestite. |
GetFrameProvider(PerceptionFrameProviderInfo) |
Metodo per richiedere un IPerceptionFrameProvider associato a un Valore PerceptionFrameProviderInfo registrato. |