Package net.bramp.ffmpeg.info
Class StandardChannelLayout
java.lang.Object
net.bramp.ffmpeg.info.StandardChannelLayout
- All Implemented Interfaces:
ChannelLayout
Represents a standard audio channel layout composed of individual channels.
-
Constructor Summary
ConstructorsConstructorDescriptionStandardChannelLayout(String name, List<IndividualChannel> decomposition) Constructs a new standard channel layout with the given name and channel decomposition. -
Method Summary
-
Constructor Details
-
StandardChannelLayout
Constructs a new standard channel layout with the given name and channel decomposition.
-
-
Method Details
-
getName
Description copied from interface:ChannelLayoutReturns the name of this channel layout.- Specified by:
getNamein interfaceChannelLayout
-
getDecomposition
-
toString
-
equals
-
hashCode
-