-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SystemMediaTransportControls - UI doesn't show all buttons or timeline #537
Comments
|
|
Phone currently has a design limitation that prevents other buttons from showing on these controls unless using a Media Foundation based API for playback, such as MediaPlayer. I'm not aware of this same limitation existing for desktop, but I've followed up with the team to find out. Phone has an additional limitation that only audio and not video content is supported. |
Desktop does not have a timeline control. It's only the phone or Xbox shell (off the top of my head I don't remember which) that displays it--also Bluetooth and SmartGlass. |
What you're running into here are platform UI differences, not a sample issue, so I'm marking closed. We track platform enhancements through a different system and will take your feedback into account. |
So you're saying the buttons shown in the screenshot are always exactly those three on Windows Desktop and this cannot be changed through the SystemMediaTransportControls API? I just wonder that SystemMediaTransportControls is offering all those properties (even for playback speed, AutoRepeatMode button, ShuffleMode button, FastForward, Rewind etc.) while there is no way to test it. Or are those controls displayed on xbox only? |
Correct. Others are available on Bluetooth and SmartGlass. |
One last question: You had mentioned "Bluetooth" a while ago in a similar context. What kind of Bluetooth setup scenario are you referring to? |
AVRCP devices like a car stereo provide their own user interface to control playback. So if you pair a phone with one of those then additional features may be available through that device UI. |
I'm on Windows 10 latest release and the SystemMediaTransportControls are not showing buttons like FastForward, Rewind, AutoRepeat etc.
Also the samples are performing updates to the timeline, but I can't see any timeline displayed.
How can I see the timeline and the mentioned buttons? If I implement these features, I would also like to test them.
What am I missing here?
The text was updated successfully, but these errors were encountered: