PerceptionVideoFrameAllocator.AllocateFrame Method

Definition

Creates an empty PerceptionFrame with the properties specified when creating the PerceptionVideoFrameAllocator.

public:
 virtual PerceptionFrame ^ AllocateFrame() = AllocateFrame;
PerceptionFrame AllocateFrame();
/// [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")]
PerceptionFrame AllocateFrame();
public PerceptionFrame AllocateFrame();
[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 PerceptionFrame AllocateFrame();
function allocateFrame()
Public Function AllocateFrame () As PerceptionFrame

Returns

The empty frame with the properties specified when creating the PerceptionVideoFrameAllocator.

Attributes

Applies to