ark::image::ScopedVideoBuffer
Defined in header “ark/image/video_device.hh”.
A “safe buffer” this can be read from “read scoped buffer”, and will automatically release the video buffer when it falls out of scope.
Methods
-
~ScopedVideoBuffer()
Destructor, releases memory back to the device. -
ScopedVideoBuffer(const ScopedVideoBuffer & other)
Disable copies. -
ScopedVideoBuffer & operator=(const ScopedVideoBuffer & other)
Variables
- VideoBufferPtr buffer
The actual video buffer that was returned.