Uses of Enum Class
tv.hd3g.fflauncher.enums.ChannelLayout
Packages that use ChannelLayout
Package
Description
-
Uses of ChannelLayout in tv.hd3g.fflauncher.acm
Constructors in tv.hd3g.fflauncher.acm with parameters of type ChannelLayoutModifierConstructorDescriptionInputAudioStream(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 ChannelLayoutModifier and TypeMethodDescriptionstatic ChannelLayoutChannelLayout.getByChannelSize(int channelSize) static ChannelLayoutstatic ChannelLayoutReturns the enum constant of this class with the specified name.static ChannelLayout[]ChannelLayout.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChannelLayout in tv.hd3g.fflauncher.ffprobecontainer
Methods in tv.hd3g.fflauncher.ffprobecontainer that return ChannelLayoutModifier and TypeMethodDescriptionFFprobeAudioFrameConst.channelLayout()Returns the value of thechannelLayoutrecord component.Constructors in tv.hd3g.fflauncher.ffprobecontainer with parameters of type ChannelLayoutModifierConstructorDescriptionFFprobeAudioFrameConst(FFprobeAudioFrame updatedWith, String sampleFmt, int channels, ChannelLayout channelLayout) Creates an instance of aFFprobeAudioFrameConstrecord class. -
Uses of ChannelLayout in tv.hd3g.fflauncher.filtering
Constructors in tv.hd3g.fflauncher.filtering with parameters of type ChannelLayoutModifierConstructorDescriptionAudioFilterChannelmap(ChannelLayout destChannelLayout, Map<Channel, Channel> channelMap) AudioFilterChannelsplit(ChannelLayout sourceChannelLayout, List<Channel> selectedChannels) AudioFilterJoin(int inputs, ChannelLayout channelLayout, Map<Channel, String> sourceByDestChannel)