Uses of Enum Class
tv.hd3g.fflauncher.enums.Channel
Packages that use Channel
-
Uses of Channel in tv.hd3g.fflauncher.enums
Methods in tv.hd3g.fflauncher.enums that return ChannelModifier and TypeMethodDescriptionstatic ChannelReturns the enum constant of this class with the specified name.static Channel[]Channel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tv.hd3g.fflauncher.enums that return types with arguments of type Channel -
Uses of Channel in tv.hd3g.fflauncher.filtering
Constructor parameters in tv.hd3g.fflauncher.filtering with type arguments of type ChannelModifierConstructorDescriptionAudioFilterChannelmap(ChannelLayout destChannelLayout, Map<Channel, Channel> channelMap) AudioFilterChannelmap(ChannelLayout destChannelLayout, Map<Channel, Channel> channelMap) AudioFilterChannelsplit(ChannelLayout sourceChannelLayout, List<Channel> selectedChannels) AudioFilterJoin(int inputs, ChannelLayout channelLayout, Map<Channel, String> sourceByDestChannel)