class MAGES::Recorder::RecordingInfo

Overview

Start info for a recording. More…

class RecordingInfo
{
public:
    // properties

    double StartRtss;
    double EndRtss;
    DateTime DateTime;
};

Detailed Documentation

Start info for a recording.

Properties

double StartRtss

Gets or sets the start RTSS of the recording.

double EndRtss

Gets or sets the end RTSS of the recording.

DateTime DateTime

Gets or sets the date and time of the recording.