class Yuno::VgmFile::ExtraHeader::Clock

Overview

Represents a clock value within the extra header.

Defined in:

yunosynth/vgmfile.cr

Instance Method Summary

Instance Method Detail

def chipType : ChipType #

The ID of the chip that this clock value is for.


[View source]
def chipType=(chipType : ChipType) #

The ID of the chip that this clock value is for.


[View source]
def clock : UInt32 #

The clock value.


[View source]
def clock=(clock : UInt32) #

The clock value.


[View source]