TimeDivision.getFormat

Returns the time division's format. If the format is 0, then use getTicksPerQuarterNote(). If it is 1, use getNegativeSMPTEFormat() and getTicksPerFrame().

struct TimeDivision
const @nogc nothrow pure @safe
int
getFormat
()

Return Value

Type: int

0 if the division's format is how many ticks make up a quarter note (bit 15 is 0) or 1 if it is ticks-per-frame (bit 15 is 1)

Meta