C# 클래스 Microsoft.Xbox.Samples.Video.PlayerUI.RefAppPlayer

In the Lakeview ADK some Fullscreen and Native display modes cause video to be misaligned by default instead of properly center aligned. This issue is most prevalent and noticeable when in 480p mode. To address this issue, applications must explicitly set the HorizontalAlignment and VeritcalAlignment to Center on the MediaElement that is playing the video.
상속: Microsoft.SilverlightMediaFramework.Core.SMFPlayer
파일 보기 프로젝트 열기: NicePeopleAtWork/NicePlayers

보호된 메소드들

메소드 설명
OnGotFocus ( RoutedEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnMediaPluginLoaded ( ) : void

Override of Player Media Plugin Loaded event to address ADK issue.

비공개 메소드들

메소드 설명
RefAppPlayer_GamePadButtonDown ( object sender, GamePadButtonEventArgs e ) : void

GamePadButton down event handler -- added solely to work-around problem in "Back" button handling

메소드 상세

OnGotFocus() 보호된 메소드

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnMediaPluginLoaded() 보호된 메소드

Override of Player Media Plugin Loaded event to address ADK issue.
protected OnMediaPluginLoaded ( ) : void
리턴 void