Class StateOutput
- Namespace
- XeroxDev.YTMDesktop.Companion.Models.Output
- Assembly
- XeroxDev.YTMDesktop.Companion.dll
This class is the output from the State endpoint. (as a single item, the endpoint will return an array of this)
public class StateOutput
- Inheritance
-
StateOutput
- Inherited Members
Properties
Player
The player state
[JsonProperty("player")]
[JsonRequired]
public Player Player { get; set; }
Property Value
PlaylistId
The playlist id
[JsonProperty("playlistId")]
public string PlaylistId { get; set; }
Property Value
Video
The video state
[JsonProperty("video")]
public Video Video { get; set; }