Method | Description | |
---|---|---|
MainPage ( ) : Microsoft.Devices |
Method | Description | |
---|---|---|
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void |
If a voice recording file name is passed in a query string (from the Music + Video hub) then play the wav file.
|
Method | Description | |
---|---|---|
DisplayRecordingNames ( ) : Task |
Add the file and recorded date to the ListBox
|
|
PlayFile ( string filename ) : void | ||
WriteFile ( ) : Task |
||
createMediaHistoryItem ( string fullFileName, System.Boolean smallSize ) : MediaHistoryItem | ||
microphone_BufferReady ( object sender, |
Copies the available audio data to the MemoryStream.
|
|
play_Click ( object sender, |
||
record_Click ( object sender, |
||
stopRecord_Click ( object sender, |
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void | ||
e | System.Windows.Navigation.NavigationEventArgs | |
return | void |