David Edwards

Results 2 issues of David Edwards

### Version Media3 main branch ### More version details _No response_ ### Devices that reproduce the issue Devices that have a headset attached to them and send `KEYCODE_HEADSETHOOK` when clicking...

bug

Split from: https://github.com/androidx/media/issues/216 There are flags I would like to set: [EXTRAS_KEY_SLOT_RESERVATION_SEEK_TO_PREV](https://developer.android.com/reference/androidx/media3/session/MediaConstants#EXTRAS_KEY_SLOT_RESERVATION_SEEK_TO_PREV()) and [EXTRAS_KEY_SLOT_RESERVATION_SEEK_TO_NEXT](https://developer.android.com/reference/androidx/media3/session/MediaConstants#EXTRAS_KEY_SLOT_RESERVATION_SEEK_TO_NEXT()). In the [documentation](https://developer.android.com/media/implement/surfaces/mobile) they are listed as `(not yet supported with Media3)`. Is there a timeframe...

question