Class AsciicastV2
Asciicast v2 class containing info for recorded terminal screencast
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
Assembly: Terminaux.dll
Syntax
public class AsciicastV2 : 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 |
IdleTimeLimit
Maximum idle limit
Declaration
[JsonIgnore]
public float IdleTimeLimit { get; }
Property Value
Type | Description |
---|---|
float |
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 SourceTheme
Theme info for the recorded terminal
Declaration
[JsonIgnore]
public AsciinemaPlayer.ThemeInfo? Theme { get; }
Property Value
Type | Description |
---|---|
AsciinemaPlayer.ThemeInfo |
Timestamp
Duration of the Asciicast recording
Declaration
[JsonIgnore]
public int Timestamp { get; }
Property Value
Type | Description |
---|---|
int |
Title
Duration of the Asciicast recording
Declaration
[JsonIgnore]
public string Title { get; }
Property Value
Type | Description |
---|---|
string |