Uses of Class
tv.hd3g.fflauncher.enums.Channel
-
Packages that use Channel Package Description tv.hd3g.fflauncher.enums tv.hd3g.fflauncher.filtering -
-
Uses of Channel in tv.hd3g.fflauncher.enums
Methods in tv.hd3g.fflauncher.enums that return Channel Modifier and Type Method Description static ChannelChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static Channel[]Channel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tv.hd3g.fflauncher.enums that return types with arguments of type Channel Modifier and Type Method Description List<Channel>ChannelLayout. getChannelList() -
Uses of Channel in tv.hd3g.fflauncher.filtering
Constructor parameters in tv.hd3g.fflauncher.filtering with type arguments of type Channel Constructor Description AudioFilterChannelmap(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)
-