Flags

Details

class GstCuda.CudaMemoryTransfer(value)

Bases: GLib.Flags

CUDA memory transfer flags

DOWNLOAD = 1048576

the device memory needs downloading to the staging memory

Added in version 1.22.

UPLOAD = 2097152

the staging memory needs uploading to the device memory

Added in version 1.22.

SYNC = 4194304

the device memory needs synchronization

Added in version 1.24.