Flags

Details

class GstCuda.CudaMemoryTransfer(value)

Bases: GLib.Flags

CUDA memory transfer flags

DOWNLOAD = 1048576

the device memory needs downloading to the staging memory

New in version 1.22.

UPLOAD = 2097152

the staging memory needs uploading to the device memory

New in version 1.22.

SYNC = 4194304

the device memory needs synchronization

New in version 1.24.