C# Class SmoothStreamingPlayerApplication.FullScreenPlayer

Inheritance: System.Windows.Controls.Page
Datei anzeigen Open project: NicePeopleAtWork/NicePlayers

Public Methods

Method Description
FullScreenPlayer ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
FullScreenPlayer_GamePadButtonDown ( object sender, GamePadButtonEventArgs e ) : void
FullScreenPlayer_Loaded ( object sender, RoutedEventArgs e ) : void
Player_MediaEnded ( object sender, EventArgs e ) : void

Method Details

FullScreenPlayer() public method

public FullScreenPlayer ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void