SenseRecording Methods
The SenseRecording type exposes the following members.
| Name | Description | |
|---|---|---|
|
LoadFromFileAsync(String) |
Loads SenseRecording from a file in application's installation directory.
|
|
LoadFromFileAsync(String, UnicodeEncoding) |
Loads SenseRecording from a file in application's installation directory
|
|
LoadFromText(String) |
Loads SenseRecording from given text string.
|
|
LoadFromText(String, UnicodeEncoding) |
Loads SenseRecording from given text string.
|
|
LoadFromUriAsync(Uri) |
Loads SenseRecording from a URI.
|
|
LoadFromUriAsync(Uri, UnicodeEncoding) |
Loads SenseRecording from a URI.
|
|
SaveAsync |
Prompts user to save the recording in Json format in Documents folder
|
Show: