SenseRecording Members

Include Protected Members
Include Inherited Members

The SenseRecording type exposes the following members.

Methods

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

Properties

  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

See Also

SenseRecording Class

Lumia.Sense.Testing Namespace