Uses of Class
tv.hd3g.fflauncher.acm.OutputAudioStream
-
Packages that use OutputAudioStream Package Description tv.hd3g.fflauncher.acm -
-
Uses of OutputAudioStream in tv.hd3g.fflauncher.acm
Methods in tv.hd3g.fflauncher.acm that return OutputAudioStream Modifier and Type Method Description OutputAudioStreamOutputAudioStream. mapChannel(InputAudioStream inputAudioStream, InputAudioChannelSelector chInIndex)chOutIndex will be auto-incr 0 is always the first !OutputAudioStreamOutputAudioStream. mapChannel(InputAudioStream inputAudioStream, InputAudioChannelSelector chInIndex, OutputAudioChannelSelector chOutIndex)Methods in tv.hd3g.fflauncher.acm that return types with arguments of type OutputAudioStream Modifier and Type Method Description List<OutputAudioStream>AudioChannelManipulationSetup. getAllOutputStreamList(List<FFprobeJAXB> sourcesAnalysis)Methods in tv.hd3g.fflauncher.acm with parameters of type OutputAudioStream Modifier and Type Method Description intOutputAudioStream. compareTo(OutputAudioStream o)Method parameters in tv.hd3g.fflauncher.acm with type arguments of type OutputAudioStream Modifier and Type Method Description List<Parameters>AudioChannelManipulation. getMapParameters(BiFunction<Integer,OutputAudioStream,Parameters> parametersMapper)You should add yourself "-map stream_ref"Constructor parameters in tv.hd3g.fflauncher.acm with type arguments of type OutputAudioStream Constructor Description AudioChannelManipulation(List<OutputAudioStream> allOutputStreamList)
-