Enum VolumeCapabilities.Types.Enum
- Namespace
- AppleTvControlLibrary.Mrp.Protobuf
- Assembly
- AppleTvControlLibrary.Mrp.dll
This is really a bitmap but protobuf has no type for that, so lets just add a "Both" option since only two values exist anyway
public enum VolumeCapabilities.Types.Enum
Fields
[OriginalName("Absolute")] Absolute = 2[OriginalName("Both")] Both = 3[OriginalName("None")] None = 0[OriginalName("Relative")] Relative = 1