class MAGES::Recorder::StartPacket2::ChapterData¶
Overview¶
Chapter index data for a recording. More…
class ChapterData
{
public:
// properties
double Cursor;
string Name;
// methods
ChapterData(double cursor, string name = null);
};
Detailed Documentation¶
Chapter index data for a recording.
Properties¶
double Cursor
Gets the chapter cursor in seconds.
string Name
Gets the chapter name.
Methods¶
ChapterData(double cursor, string name = null)
Initializes a new instance of the ChapterData class.
Parameters:
cursor |
The chapter cursor in seconds. |
name |
The optional chapter name. |