Class StartScreencastCommandSettings
StartScreencast
public sealed class StartScreencastCommandSettings : ICommand
- Inheritance
-
StartScreencastCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
EveryNthFrame
Gets or sets the everyNthFrame
[JsonPropertyName("everyNthFrame")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? EveryNthFrame { get; set; }
Property Value
- long?
Format
Gets or sets the format
[JsonPropertyName("format")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Format { get; set; }
Property Value
MaxHeight
Gets or sets the maxHeight
[JsonPropertyName("maxHeight")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MaxHeight { get; set; }
Property Value
- long?
MaxWidth
Gets or sets the maxWidth
[JsonPropertyName("maxWidth")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MaxWidth { get; set; }
Property Value
- long?
Quality
Gets or sets the quality
[JsonPropertyName("quality")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Quality { get; set; }
Property Value
- long?