Class SetSinkToUseCommandSettings
Sets a sink to be used when the web page requests the browser to choose a sink via Presentation API, Remote Playback API, or Cast SDK.
public sealed class SetSinkToUseCommandSettings : ICommand
- Inheritance
-
SetSinkToUseCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
SinkName
Gets or sets the sinkName
[JsonPropertyName("sinkName")]
public string SinkName { get; set; }