Uses of Class
tv.hd3g.fflauncher.enums.ChannelLayout
-
Packages that use ChannelLayout Package Description tv.hd3g.fflauncher.acm tv.hd3g.fflauncher.enums tv.hd3g.fflauncher.filtering -
-
Uses of ChannelLayout in tv.hd3g.fflauncher.acm
Constructors in tv.hd3g.fflauncher.acm with parameters of type ChannelLayout Constructor Description InputAudioStream(ChannelLayout layout, int fileIndex, int streamIndex)0 is always the first !OutputAudioStream(ChannelLayout layout, int fileIndex, int streamIndex)0 is always the first ! -
Uses of ChannelLayout in tv.hd3g.fflauncher.enums
Methods in tv.hd3g.fflauncher.enums that return ChannelLayout Modifier and Type Method Description static ChannelLayoutChannelLayout. getByChannelSize(int channelSize)static ChannelLayoutChannelLayout. parse(String layout)static ChannelLayoutChannelLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelLayout[]ChannelLayout. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChannelLayout in tv.hd3g.fflauncher.filtering
Constructors in tv.hd3g.fflauncher.filtering with parameters of type ChannelLayout Constructor Description AudioFilterChannelmap(ChannelLayout destChannelLayout, Map<Channel,Channel> channelMap)AudioFilterChannelsplit(ChannelLayout sourceChannelLayout, List<Channel> selectedChannels)AudioFilterJoin(int inputs, ChannelLayout channelLayout, Map<Channel,String> sourceByDestChannel)
-