Class ClientCapabilities
Inheritance
System.Object
ClientCapabilities
Assembly: MediaBrowser.Model.dll
public class ClientCapabilities
Properties
Declaration
public string AppId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DeviceProfile DeviceProfile { get; set; }
Property Value
Declaration
public string IconUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] PlayableMediaTypes { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string PushToken { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PushTokenType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] SupportedCommands { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public bool SupportsMediaControl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsSync { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods