class MAGES::Recorder::ChapterPacket¶
Overview¶
Packet sent when a chapter is created. More…
class ChapterPacket: public MAGES::Recorder::Packet { public: // properties override PacketType Type; string Name; double Rtss; // methods ChapterPacket(string name, double rtss); };
Inherited Members¶
public:
// properties
PacketType Type;
Detailed Documentation¶
Packet sent when a chapter is created.
Properties¶
string Name
Gets the chapter name.
double Rtss
Gets the RTSS of the chapter.
Methods¶
ChapterPacket(string name, double rtss)
Initializes a new instance of the ChapterPacket class.
Parameters:
name |
The chapter name. |
rtss |
The RTSS of the chapter. |