Module: P0_a_e_a_b_oa

Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

OBS_VIDEO =
1
OBS_GENERAL =
2
OBS_RINGBACK_TONE =
3
VALUE_MAP =
{1 => "OBS_VIDEO", 2 => "OBS_GENERAL", 3 => "OBS_RINGBACK_TONE"}
VALID_VALUES =
Set.new([OBS_VIDEO, OBS_GENERAL, OBS_RINGBACK_TONE]).freeze