enum Haematite::SampleType

Overview

Specifies characteristics of a sample.

Defined in:

haematite/enums.cr

Enum Members

Invalid = 0
Mono = 1
Right = 2
Left = 4
Linked = 8
RomMono = 32769
RomRight = 32770
RomLeft = 32772
RomLinked = 32776

Instance Method Summary

Instance Method Detail

def invalid? #

def left? #

def linked? #

def mono? #

def right? #

def rom_left? #

def rom_linked? #

def rom_mono? #

def rom_right? #