Hi,
I am using ImageViewerControl together with PlaybackUserControl in a .Net application.
The ShowSpeedControl for PlaybackUserControl seems to be not impemented. Is there another way to control the playback speed of the PlaybackUserControl, since all the messaging is done in the background?
Regards,
Michael
No, I experimented a little and I tried to send a playforward command with another speed from a separate button, that works, but the moment you then use the PlaybackUserControl again you are back to normal speed so it is not a solution..
Maybe you can do your own user control for this. The tricky part is not the control buttons but to draw the timeline. The MediaPlaybackViewer sample has a timeline user control that could be an inspiration.
Milestone has put this on the wish-list for future enhancements that the PlaybackUserControl in the standalone environment should implement Speed Control.