Uses of Interface
net.bramp.ffmpeg.info.ChannelLayout
Packages that use ChannelLayout
-
Uses of ChannelLayout in net.bramp.ffmpeg
Methods in net.bramp.ffmpeg that return types with arguments of type ChannelLayoutModifier and TypeMethodDescriptionFFmpeg.channelLayouts()Returns the list of supported channel layouts. -
Uses of ChannelLayout in net.bramp.ffmpeg.info
Classes in net.bramp.ffmpeg.info that implement ChannelLayoutModifier and TypeClassDescriptionclassRepresents an individual audio channel with a name and description.classRepresents a standard audio channel layout composed of individual channels.Methods in net.bramp.ffmpeg.info that return types with arguments of type ChannelLayoutModifier and TypeMethodDescriptionstatic List<ChannelLayout> InfoParser.parseLayouts(BufferedReader r) Parses channel layout information from ffmpeg output.