class Yuno::VgmFile::ExtraHeader::Clock
- Yuno::VgmFile::ExtraHeader::Clock
- Reference
- Object
Overview
Represents a clock value within the extra header.
Defined in:
yunosynth/vgmfile.crInstance Method Summary
-
#chipId : UInt8
The ID of the chip that this clock value is for.
-
#chipId=(chipId : UInt8)
The ID of the chip that this clock value is for.
-
#clock : UInt32
The clock value.
-
#clock=(clock : UInt32)
The clock value.