|
TB2026-YDS Firmware
|
Snapshot of the transport for the UI. More...
#include <player.h>
Data Fields | |
| player_state_t | state |
| playlist_track_t | track |
| uint32_t | elapsed_ms |
| uint32_t | total_ms |
| bool | track_unsupported |
Snapshot of the transport for the UI.
| uint32_t player_status_t::elapsed_ms |
Playback position in ms (0 when stopped).
| player_state_t player_status_t::state |
Current transport state.
| uint32_t player_status_t::total_ms |
Track duration in ms; 0 if unknown or stopped.
| playlist_track_t player_status_t::track |
Current track; valid only when state is not STOPPED.
| bool player_status_t::track_unsupported |
The last playback stopped because the active output refused the track's format (e.g. non-44.1 kHz over Bluetooth). Cleared by the next play/stop action.