8 lines
232 B
C#
8 lines
232 B
C#
namespace YandexMusic.API.Models.Ynison;
|
|
|
|
public class YYnisonDeviceCapabilities
|
|
{
|
|
public bool CanBePlayer { get; set; }
|
|
public bool CanBeRemoteController { get; set; }
|
|
public decimal VolumeGranularity { get; set; }
|
|
} |