TextureInput
class provides a simple primitive for recording video frames from Texture
objects. It works by performing synchronous pixel buffer readbacks from the GPU.AsyncTextureInput
when possible because synchronous readbacks have a sizable performance cost.recorder
which receives any frames committed by the input.ITextureInput
interface for more information.