API ReferenceSandbox
VideoWriterclass
Allows the creation of video content by encoding a sequence of frames.
object→VideoWriter
Methods4
Showing 4 methods
public virtual sealed void Dispose()
Dispose this recorder, the encoder will be flushed and video finalized.
Returns:
void—public System.Threading.Tasks.Task FinishAsync()
Finish creating this video. The encoder will be flushed and video finalized.
Returns:
Task—No results match this filter.
Properties2
Showing 2 properties
public int Sandbox.VideoWriter.Height { get; set; }
Returns:
int—public int Sandbox.VideoWriter.Width { get; set; }
Returns:
int—No results match this filter.