Class SetEmulatedMediaCommandSettings
SetEmulatedMedia
public sealed class SetEmulatedMediaCommandSettings : ICommand- Inheritance
- 
      
      SetEmulatedMediaCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Features
Gets or sets the features
[JsonPropertyName("features")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MediaFeature[]? Features { get; set; }Property Value
Media
Gets or sets the media
[JsonPropertyName("media")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Media { get; set; }