Class SetPlaybackRateCommandSettings
SetPlaybackRate
public sealed class SetPlaybackRateCommandSettings : ICommand- Inheritance
- 
      
      SetPlaybackRateCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
PlaybackRate
Gets or sets the playbackRate
[JsonPropertyName("playbackRate")]
public double PlaybackRate { get; set; }