Packages

Gleam SDK for Rockbox Zig — pipe-friendly client for the rockboxd GraphQL API

Current section

Files

Jump to
rockbox include rockbox@playback_PlayOptions.hrl
Raw

include/rockbox@playback_PlayOptions.hrl

-record(play_options, {
shuffle :: gleam@option:option(boolean()),
position :: gleam@option:option(integer())
}).