mmppf

Hide MediaPlayer Controls ( Microsoft Media Platform Player Framework )

怎甘沉沦 提交于 2019-12-08 03:38:06
问题 I´m using the MMP:PF in a c#/xaml application and provide my own control elements to handle the player. Thats why i would like to hide/disable its own native controls that appear on the bottom. ( And in the middle of the screen on screenshot, this one´s just using a theme ) Does anybody know how to do that? I didnt manage to find a property for that. 回答1: From MediaPlayer 's reference, IsTimeLineVisible , IsPlayPauseVisible , IsPositionVisible , IsStopVisible and many other visibility

Hide MediaPlayer Controls ( Microsoft Media Platform Player Framework )

允我心安 提交于 2019-12-06 15:39:19
I´m using the MMP:PF in a c#/xaml application and provide my own control elements to handle the player. Thats why i would like to hide/disable its own native controls that appear on the bottom. ( And in the middle of the screen on screenshot, this one´s just using a theme ) Does anybody know how to do that? I didnt manage to find a property for that. From MediaPlayer 's reference, IsTimeLineVisible , IsPlayPauseVisible , IsPositionVisible , IsStopVisible and many other visibility properties available. so you can set them to false. take a look at the MediaPlayer Properties The magic property to