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 chipId : UInt8 #

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


def chipId=(chipId : UInt8) #

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


def clock : UInt32 #

The clock value.


def clock=(clock : UInt32) #

The clock value.