class VideoWriter

in global :: Sandbox

Allows the creation of video content by encoding a sequence of frames.


public int Width { get; }

😔 No documentation found.

public int Height { get; }

😔 No documentation found.

public void Dispose( )

😔 No documentation found.

public Task FinishAsync( )

😔 No documentation found.

public bool AddFrame( ReadOnlySpan<byte> data, Nullable<TimeSpan> timestamp = null )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.