Class AsciicastV1
Asciicast v1 class containing info for recorded terminal screencast
Inheritance
Namespace
Syntax
public class AsciicastV1 : 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; }
StdOutData
Delay and Data
Property Value
List<(double, string, string)>
Declaration
[JsonIgnore]
public override List<(double, string, string)> StdOutData { get; }
Overrides
Title
Duration of the Asciicast recording
Property Value
string
Declaration
[JsonIgnore]
public string Title { get; }