Module: RockboxFFI::InsertPosition
- Defined in:
- lib/rockbox_ffi/enums.rb
Overview
Where inserted tracks land in the queue (Player#insert / #import_m3u).
INDEX (7) uses the explicit index argument.
Constant Summary collapse
- PREPEND =
0- INSERT =
1- INSERT_NEXT =
2- INSERT_LAST =
3- INSERT_SHUFFLED =
4- INSERT_LAST_SHUFFLED =
5- REPLACE =
6- INDEX =
7