Search Results for

    Show / Hide Table of Contents

    Class Asciicast

    Asciicast v1 class containing info for recorded terminal screencast

    Inheritance
    object
    Asciicast
    AsciicastV1
    AsciicastV2
    Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
    Assembly: Terminaux.dll
    Syntax
    public class Asciicast

    Properties

    | Edit this page View Source

    Height

    Initial console height

    Declaration
    [JsonIgnore]
    public int Height { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    StdOutData

    Delay and Data

    Declaration
    [JsonIgnore]
    public virtual List<(double, string, string)> StdOutData { get; }
    Property Value
    Type Description
    List<(double, string, string)>
    | Edit this page View Source

    Version

    Asciicast version (usually 1)

    Declaration
    [JsonIgnore]
    public int Version { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Width

    Initial console width

    Declaration
    [JsonIgnore]
    public int Width { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX