pianod2
multisource multiuser scriptable networked music player
Variables
JSON::Key Namespace Reference

Variables

const char * PlayDuration = Music::Key::SongDuration
 
const char * PlayPoint = "timeIndex"
 
const char * PlayRemaining = "timeRemaining"
 
static const char * Events = "events"
 
static const char * State = "state"
 
static const char * CurrentSong = "currentSong"
 
static const char * Errors = "errors"
 
static const char * Successes = "successes"
 
static const char * Diagnostics = "failures"
 
static const char * StatusText = "status"
 
static const char * StatusNumeric = "code"
 
static const char * Details = "details"
 
static const char * Data = "data"
 
static const char * RelatedId = "id"
 
static const char * RelatedName = "name"
 
static const char * PlaybackState = "playbackState"
 
static const char * QueueMode = "queueMode"
 

Variable Documentation

◆ CurrentSong

const char* JSON::Key::CurrentSong = "currentSong"
static

◆ Data

const char* JSON::Key::Data = "data"
static

◆ Details

const char* JSON::Key::Details = "details"
static

◆ Diagnostics

const char* JSON::Key::Diagnostics = "failures"
static

◆ Errors

const char* JSON::Key::Errors = "errors"
static

◆ Events

const char* JSON::Key::Events = "events"
static

◆ PlaybackState

const char* JSON::Key::PlaybackState = "playbackState"
static

◆ PlayDuration

const char * JSON::Key::PlayDuration = Music::Key::SongDuration

◆ PlayPoint

const char * JSON::Key::PlayPoint = "timeIndex"

◆ PlayRemaining

const char * JSON::Key::PlayRemaining = "timeRemaining"

◆ QueueMode

const char* JSON::Key::QueueMode = "queueMode"
static

◆ RelatedId

const char* JSON::Key::RelatedId = "id"
static

◆ RelatedName

const char* JSON::Key::RelatedName = "name"
static

◆ State

const char* JSON::Key::State = "state"
static

◆ StatusNumeric

const char* JSON::Key::StatusNumeric = "code"
static

◆ StatusText

const char* JSON::Key::StatusText = "status"
static

◆ Successes

const char* JSON::Key::Successes = "successes"
static