Package tv.hd3g.fflauncher.filtering
Class AudioFilterJoin
java.lang.Object
tv.hd3g.fflauncher.filtering.AudioFilterJoin
- All Implemented Interfaces:
AudioFilterSupplier,FilterSupplier
See https://ffmpeg.org/ffmpeg-filters.html#join
-
Constructor Summary
ConstructorsConstructorDescriptionAudioFilterJoin(int inputs, ChannelLayout channelLayout, Map<Channel, String> sourceByDestChannel) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tv.hd3g.fflauncher.filtering.FilterSupplier
getFilterName
-
Constructor Details
-
AudioFilterJoin
public AudioFilterJoin(int inputs, ChannelLayout channelLayout, Map<Channel, String> sourceByDestChannel) - Parameters:
sourceByDestChannel- Source: input_idx.in_channel-out_channel input_idx is relative by Filter sources !
-
-
Method Details
-
toFilter
- Specified by:
toFilterin interfaceFilterSupplier
-