NvBufSurfaceMemMapFlags¶
- pyds.NvBufSurfaceMemMapFlags¶
枚举. 指定
NvBufSurface
的映射类型。成员
NVBUF_MAP_READ : 指定
NvBufSurface
映射类型 “read” (读取)。NVBUF_MAP_WRITE : 指定
NvBufSurface
映射类型 “write” (写入)。NVBUF_MAP_READ_WRITE : 指定
NvBufSurface
映射类型 “read/write” (读写)。