# Sandbox.VideoWriter

Allows the creation of video content by encoding a sequence of frames.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`Height`](/api/Sandbox.VideoWriter/Height)
- [`Width`](/api/Sandbox.VideoWriter/Width)

## Methods

- [`AddFrame`](/api/Sandbox.VideoWriter/AddFrame)
- [`Dispose`](/api/Sandbox.VideoWriter/Dispose): Dispose this recorder, the encoder will be flushed and video finalized.
- [`FinishAsync`](/api/Sandbox.VideoWriter/FinishAsync): Finish creating this video. The encoder will be flushed and video finalized.
