API ReferenceSandbox
public sealed class Sandbox.VideoWriter
Allows the creation of video content by encoding a sequence of frames.
Related Guides
Broader workflow and conceptual references connected to this API.
Methods
Showing 4 methods
public virtual sealed void Dispose()
Dispose this recorder, the encoder will be flushed and video finalized.
public System.Threading.Tasks.Task FinishAsync()
Finish creating this video. The encoder will be flushed and video finalized.
No results match this filter.
Properties
Showing 2 properties
public int Sandbox.VideoWriter.Height { get; set; }
public int Sandbox.VideoWriter.Width { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.VideoWriter |