enum

MinknowApi::AnalysisConfiguration::WriterConfiguration::ChannelConfiguration::ChannelsCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
ALL_CHANNELS = 1
SPECIFIC_CHANNELS = 2
CHANNEL_RANGES = 3

Instance methods

all_channels?

Returns true if this enum value equals ALL_CHANNELS

Source
channel_ranges?

Returns true if this enum value equals CHANNEL_RANGES

Source
none?

Returns true if this enum value equals NONE

Source
specific_channels?

Returns true if this enum value equals SPECIFIC_CHANNELS

Source