Record
currently-playing-context-object
No description available.
record currently-playing-context-object {
actions: option<disallows-object>,
context: option<context-object>,
currently-playing-type: option<string>,
device: option<device-object>,
is-playing: option<bool>,
item: option<string>,
progress-ms: option<s32>,
repeat-state: option<string>,
shuffle-state: option<bool>,
timestamp: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| actions | option<disallows-object> | |
| context | option<context-object> | |
| currently-playing-type | option<string> | |
| device | option<device-object> | |
| is-playing | option<bool> | |
| item | option<string> | |
| progress-ms | option<s32> | |
| repeat-state | option<string> | |
| shuffle-state | option<bool> | |
| timestamp | option<s32> |