Partager via


PerceptionVideoFrameAllocator Constructeur

Définition

Initialise un nouveau PerceptionVideoFrameAllocator avec les propriétés requises à utiliser par IPerceptionFrameProvider pour créer des PerceptionFrames publiés via 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)

Paramètres

maxOutstandingFrameCountForWrite
UInt32

unsigned int

uint32_t

Il s’agit du nombre de mémoires tampons en version d’évaluation requises par FrameProvider pour produire ses images * à la fréquence d’images. La suggestion est au moins 2.

format
BitmapPixelFormat

Windows::Graphics::Imaging::BitmapPixelFormat décrivant le format des octets du frame.

resolution
Size

Résolution en pixels du cadre.

alpha
BitmapAlphaMode

Windows::Graphics::Imaging::BitmapAlphaMode décrivant comment la transparence est gérée dans les pixels.

Attributs

S’applique à