SenseRecording Members

The SenseRecording type exposes the following members.

  Name Description
Public method Static member LoadFromFileAsync(String)
Loads SenseRecording from a file in application's installation directory.
Public method Static member LoadFromFileAsync(String, UnicodeEncoding)
Loads SenseRecording from a file in application's installation directory
Public method Static member LoadFromText(String)
Loads SenseRecording from given text string.
Public method Static member LoadFromText(String, UnicodeEncoding)
Loads SenseRecording from given text string.
Public method Static member LoadFromUriAsync(Uri)
Loads SenseRecording from a URI.
Public method Static member LoadFromUriAsync(Uri, UnicodeEncoding)
Loads SenseRecording from a URI.
Public method SaveAsync
Prompts user to save the recording in Json format in Documents folder

  Name Description
Public property Description
Description of the recording. Initially empty, can be modified by the developer to describe the recording before saving.
Public property Duration
Duration of the recording
Public property StartTime
Date of the recording
Public property Type
Recorded sensor type
Show: