class VideoWriter

robot_2Generated
code_blocksInput

Description

The VideoWriter class in the Sandbox namespace allows the creation of video content by encoding a sequence of frames. It provides methods to add frames, finalize the video, and manage the video encoding process.

Members

Instance Members

Member Name Summary
Dispose Dispose this recorder, the encoder will be flushed and video finalized.
FinishAsync Finish creating this video. The encoder will be flushed and video finalized.
AddFrame Adds a frame to the video with optional timestamp.
Width Gets the width of the video.
Height Gets the height of the video.