Uses of Class
tv.hd3g.fflauncher.acm.InputAudioStream
-
Packages that use InputAudioStream Package Description tv.hd3g.fflauncher.acm -
-
Uses of InputAudioStream in tv.hd3g.fflauncher.acm
Methods in tv.hd3g.fflauncher.acm that return InputAudioStream Modifier and Type Method Description static InputAudioStreamInputAudioStream. getFromRelativeIndexes(List<InputAudioStream> streamList, int fileIndex, int audioStreamRelativeIndex)Methods in tv.hd3g.fflauncher.acm that return types with arguments of type InputAudioStream Modifier and Type Method Description static List<InputAudioStream>InputAudioStream. getListFromAnalysis(List<tv.hd3g.ffprobejaxb.FFprobeJAXB> sourcesAnalysis)static List<InputAudioStream>InputAudioStream. getListFromAnalysis(tv.hd3g.ffprobejaxb.FFprobeJAXB... sourcesAnalysis)Methods in tv.hd3g.fflauncher.acm with parameters of type InputAudioStream 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)Method parameters in tv.hd3g.fflauncher.acm with type arguments of type InputAudioStream Modifier and Type Method Description static InputAudioStream.SelectedInputChannelInputAudioStream. getFromAbsoluteIndex(List<InputAudioStream> streamList, int channelIndex)static InputAudioStreamInputAudioStream. getFromRelativeIndexes(List<InputAudioStream> streamList, int fileIndex, int audioStreamRelativeIndex)
-