2012-08-08, 04:26 AM
- What's the difference between SettingsHelper.SetSetting() and SettingsHelper.SetOverride()?
- Is there a way to monitor and intercept/override keypresses? I would like to intercept keys while playing video and override the default behaviour but implimenting IScreenPlugin will only fire OnKeyDown() if the plugin is active and OnKeyPress() never seems to be fired when implementing IKeyPress.
- If I want to display my own subtitles on videos (non .ts files), can I just call Native.UpdateCCBitmap() or do I need to implement ICCSubtitleData. If the latter, how would I do that? I see SetSubtitleStream() but not a SetSubtitlePlugin()
I do realize that the answer for 2 and 3 is probably "It wasn't meant to do this".