Share via


SenseRecorder.GetRecording Method

Returns the recording

Namespace: Lumia.Sense.Testing
Assembly: Lumia.Sense.Testing (in Lumia.Sense.Testing.dll) Version: 255.255.255.255

Syntax

public SenseRecording GetRecording()
'Declaration
Public Function GetRecording As SenseRecording
public:
virtual SenseRecording^ GetRecording() sealed
function GetRecording();

Return Value

Type: SenseRecording
Sensor recording

Exceptions

Exception Condition
COMException All errors are thrown as instances of COMException. To get details about the error pass the HResult property of the exception to GetSenseError(Int32). This method can return the following SenseError enumeration values: GeneralFailure

See Also

SenseRecorder Class

SenseRecorder.SenseRecorder Members

Lumia.Sense.Testing Namespace