Table of Contents

Enum NvCVMemSpace

Namespace
VisioForge.Core.NvidiaMaxine.VideoEffects.API
Assembly
VisioForge.Core.dll

MemSpace.

public enum NvCVMemSpace : byte

Fields

NVCV_CPU = 0

The buffer is stored in CPU memory.

NVCV_GPU = 1

The buffer is stored in CUDA memory.

NVCV_CUDA = 1

The buffer is stored in CUDA memory.

NVCV_CPU_PINNED = 2

The buffer is stored in pinned CPU memory.

NVCV_CUDA_ARRAY = 3

A CUDA array is used for storage.