Class AsciicastV2
Asciicast v2 class containing info for recorded terminal screencast
Inheritance
Namespace
Syntax
public class AsciicastV2 : Asciicast
Properties
Command
Command to be recorded
Property Value
string
Declaration
[JsonIgnore]
public string Command { get; }
Duration
Duration of the Asciicast recording
Property Value
float
Declaration
[JsonIgnore]
public float Duration { get; }
Environment
Environment of the recorded terminal
Property Value
Declaration
[JsonIgnore]
public AsciinemaPlayer.EnvironmentInfo? Environment { get; }
IdleTimeLimit
Maximum idle limit
Property Value
float
Declaration
[JsonIgnore]
public float IdleTimeLimit { get; }
StdOutData
Delay and Data
Property Value
List<(double, string, string)>
Declaration
[JsonIgnore]
public override List<(double, string, string)> StdOutData { get; }
Overrides
Theme
Theme info for the recorded terminal
Property Value
Declaration
[JsonIgnore]
public AsciinemaPlayer.ThemeInfo? Theme { get; }
Timestamp
Duration of the Asciicast recording
Property Value
int
Declaration
[JsonIgnore]
public int Timestamp { get; }
Title
Duration of the Asciicast recording
Property Value
string
Declaration
[JsonIgnore]
public string Title { get; }