Search Results for

    Show / Hide Table of Contents

    Class AsciicastV2

    Asciicast v2 class containing info for recorded terminal screencast

    Inheritance
    object
    Asciicast
    AsciicastV2
    Inherited Members
    Asciicast.Version
    Asciicast.Width
    Asciicast.Height
    Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
    Assembly: Terminaux.dll
    Syntax
    public class AsciicastV2 : Asciicast

    Properties

    | Edit this page View Source

    Command

    Command to be recorded

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

    Duration

    Duration of the Asciicast recording

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

    Environment

    Environment of the recorded terminal

    Declaration
    [JsonIgnore]
    public AsciinemaPlayer.EnvironmentInfo? Environment { get; }
    Property Value
    Type Description
    AsciinemaPlayer.EnvironmentInfo
    | Edit this page View Source

    IdleTimeLimit

    Maximum idle limit

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

    StdOutData

    Delay and Data

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

    Theme

    Theme info for the recorded terminal

    Declaration
    [JsonIgnore]
    public AsciinemaPlayer.ThemeInfo? Theme { get; }
    Property Value
    Type Description
    AsciinemaPlayer.ThemeInfo
    | Edit this page View Source

    Timestamp

    Duration of the Asciicast recording

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

    Title

    Duration of the Asciicast recording

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