9 lines
258 B
C#
9 lines
258 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; }
|
|
}
|
|
} |