NvBufSurfaceMappedAddr

class pyds.NvBufSurfaceMappedAddr

Holds objects for a mapped buffer.

Variables
  • addr – Array for a planewise CPU mapped buffer.

  • eglImage – An object for a mapped EGLImage.

cast(*args, **kwargs)

Overloaded function.

  1. cast(self: capsule) -> pyds.NvBufSurfaceMappedAddr

cast given object/data to NvBufSurfaceMappedAddr, call pyds.NvBufSurfaceMappedAddr.cast(data)

  1. cast(self: int) -> pyds.NvBufSurfaceMappedAddr

cast given object/data to NvBufSurfaceMappedAddr, call pyds.NvBufSurfaceMappedAddr.cast(data)