C# Class Twitch.View.PlayerPage

An empty page that can be used on its own or navigated to within a Frame.
Mostra file Open project: alanebro82/Twitch

Public Methods

Method Description
PlayerPage ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
HandlePointerMoved ( object sender, Windows e ) : void
HandleTimerTick ( object sender, object e ) : void
HandleWindowResized ( object sender, WindowSizeChangedEventArgs e ) : void
ResetPointer ( ) : void
mMediaElement_HandleDoubleTapped ( object sender, Windows e ) : void
mMediaElement_HandleFullScreenChanged ( object aSender, Windows e ) : void

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

PlayerPage() public method

public PlayerPage ( ) : System
return System