C# Class AudioGraphBackgroundPlayback.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: Myfreedom614/UWP-Samples

Private Properties

Property Type Description
CreateAudioGraph System.Threading.Tasks.Task
File_Click void
Graph_Click void
Scenario1_Loaded void
ShowMessage System.Threading.Tasks.Task
TogglePlay void

Public Methods

Method Description
MainPage ( ) : AudioGraphBackgroundPlayback.Services

Protected Methods

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

Private Methods

Method Description
CreateAudioGraph ( ) : System.Threading.Tasks.Task
File_Click ( object sender, RoutedEventArgs e ) : void
Graph_Click ( object sender, RoutedEventArgs e ) : void
Scenario1_Loaded ( object sender, RoutedEventArgs e ) : void
ShowMessage ( string message ) : System.Threading.Tasks.Task
TogglePlay ( ) : void

Method Details

MainPage() public method

public MainPage ( ) : AudioGraphBackgroundPlayback.Services
return AudioGraphBackgroundPlayback.Services

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