PerceptionVideoFrameAllocator Costruttore
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.
Inizializza una nuova proprietà PerceptionVideoFrameAllocator con le proprietà necessarie da usare da IPerceptionFrameProvider per creare PerceptionFrames pubblicati tramite PerceptionFrameProviderService::P ublishFrameForProvider.
public:
PerceptionVideoFrameAllocator(unsigned int maxOutstandingFrameCountForWrite, BitmapPixelFormat format, Size resolution, BitmapAlphaMode alpha);
PerceptionVideoFrameAllocator(uint32_t const& maxOutstandingFrameCountForWrite, BitmapPixelFormat const& format, Size const& resolution, BitmapAlphaMode const& alpha);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionVideoFrameAllocator may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionVideoFrameAllocator(uint32_t const& maxOutstandingFrameCountForWrite, BitmapPixelFormat const& format, Size const& resolution, BitmapAlphaMode const& alpha);
public PerceptionVideoFrameAllocator(uint maxOutstandingFrameCountForWrite, BitmapPixelFormat format, Size resolution, BitmapAlphaMode alpha);
[Windows.Foundation.Metadata.Deprecated("PerceptionVideoFrameAllocator may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public PerceptionVideoFrameAllocator(uint maxOutstandingFrameCountForWrite, BitmapPixelFormat format, Size resolution, BitmapAlphaMode alpha);
function PerceptionVideoFrameAllocator(maxOutstandingFrameCountForWrite, format, resolution, alpha)
Public Sub New (maxOutstandingFrameCountForWrite As UInteger, format As BitmapPixelFormat, resolution As Size, alpha As BitmapAlphaMode)
Parametri
- maxOutstandingFrameCountForWrite
-
UInt32
unsigned int
uint32_t
Questo è il numero di buffer in anteprima richiesti da FrameProvider per produrre i relativi fotogrammi * in corrispondenza del framerate. Il suggerimento è almeno 2.
- format
- BitmapPixelFormat
Windows::Graphics::Imaging::BitmapPixelFormat che descrive il formato dei byte del frame.
- resolution
- Size
Risoluzione in pixel del frame.
- alpha
- BitmapAlphaMode
Windows::Graphics::Imaging::BitmapAlphaMode che descrive come viene gestita la trasparenza nei pixel.
- Attributi