Package net.bramp.ffmpeg.info
Class IndividualChannel
java.lang.Object
net.bramp.ffmpeg.info.IndividualChannel
- All Implemented Interfaces:
ChannelLayout
Represents an individual audio channel with a name and description.
-
Constructor Summary
ConstructorsConstructorDescriptionIndividualChannel(String name, String description) Constructs a new individual channel with the given name and description. -
Method Summary
-
Constructor Details
-
IndividualChannel
Constructs a new individual channel with the given name and description.
-
-
Method Details
-
getName
Description copied from interface:ChannelLayoutReturns the name of this channel layout.- Specified by:
getNamein interfaceChannelLayout
-
getDescription
-
toString
-
equals
-
hashCode
-