PerceptionVideoFrameAllocator Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa um novo PerceptionVideoFrameAllocator com as propriedades necessárias para uso pelo IPerceptionFrameProvider para criar PerceptionFrames publicados por meio de PerceptionFrameProviderManagerService::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)
Parâmetros
- maxOutstandingFrameCountForWrite
-
UInt32
unsigned int
uint32_t
Esse é o número de buffers em versão de pré-lançamento exigidos pelo FrameProvider para produzir seus * quadros na taxa de quadros. A sugestão é pelo menos 2.
- format
- BitmapPixelFormat
O Windows::Graphics::Imaging::BitmapPixelFormat que descreve o formato dos bytes do quadro.
- resolution
- Size
A resolução em pixels do quadro.
- alpha
- BitmapAlphaMode
O Windows::Graphics::Imaging::BitmapAlphaMode que descreve como a transparência é tratada nos pixels.
- Atributos