Class AsciicastV1
Asciicast v1 class containing info for recorded terminal screencast
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
Assembly: Terminaux.dll
Syntax
public class AsciicastV1 : Asciicast
Properties
| Edit this page View SourceCommand
Command to be recorded
Declaration
[JsonIgnore]
public string Command { get; }
Property Value
Type | Description |
---|---|
string |
Duration
Duration of the Asciicast recording
Declaration
[JsonIgnore]
public float Duration { get; }
Property Value
Type | Description |
---|---|
float |
Environment
Environment of the recorded terminal
Declaration
[JsonIgnore]
public AsciinemaPlayer.EnvironmentInfo? Environment { get; }
Property Value
Type | Description |
---|---|
AsciinemaPlayer.EnvironmentInfo |
StdOutData
Delay and Data
Declaration
[JsonIgnore]
public override List<(double, string, string)> StdOutData { get; }
Property Value
Type | Description |
---|---|
List<(double, string, string)> |
Overrides
| Edit this page View SourceTitle
Duration of the Asciicast recording
Declaration
[JsonIgnore]
public string Title { get; }
Property Value
Type | Description |
---|---|
string |