NvBufSurfaceMemMapFlags¶
- pyds.NvBufSurfaceMemMapFlags¶
Enumerator. Specifies mapping types for
NvBufSurface
.Members:
NVBUF_MAP_READ : Specifies
NvBufSurface
mapping type “read.”NVBUF_MAP_WRITE : Specifies
NvBufSurface
mapping type “write.”NVBUF_MAP_READ_WRITE : Specifies
NvBufSurface
mapping type “read/write.”