Package tv.hd3g.fflauncher.acm
Class InputAudioStream
- java.lang.Object
-
- tv.hd3g.fflauncher.acm.InputAudioStream
-
public class InputAudioStream extends Object
0 is always the first !
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInputAudioStream.SelectedInputChannel
-
Constructor Summary
Constructors Constructor Description InputAudioStream(ChannelLayout layout, int fileIndex, int streamIndex)0 is always the first !
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static InputAudioStream.SelectedInputChannelgetFromAbsoluteIndex(List<InputAudioStream> streamList, int channelIndex)static InputAudioStreamgetFromRelativeIndexes(List<InputAudioStream> streamList, int fileIndex, int audioStreamRelativeIndex)static List<InputAudioStream>getListFromAnalysis(List<FFprobeJAXB> sourcesAnalysis)static List<InputAudioStream>getListFromAnalysis(FFprobeJAXB... sourcesAnalysis)inthashCode()StringtoMapReferenceAsInput()StringtoString()
-
-
-
Constructor Detail
-
InputAudioStream
public InputAudioStream(ChannelLayout layout, int fileIndex, int streamIndex)
0 is always the first !
-
-
Method Detail
-
toMapReferenceAsInput
public String toMapReferenceAsInput()
-
getListFromAnalysis
public static List<InputAudioStream> getListFromAnalysis(FFprobeJAXB... sourcesAnalysis)
-
getListFromAnalysis
public static List<InputAudioStream> getListFromAnalysis(List<FFprobeJAXB> sourcesAnalysis)
-
getFromRelativeIndexes
public static InputAudioStream getFromRelativeIndexes(List<InputAudioStream> streamList, int fileIndex, int audioStreamRelativeIndex)
-
getFromAbsoluteIndex
public static InputAudioStream.SelectedInputChannel getFromAbsoluteIndex(List<InputAudioStream> streamList, int channelIndex)
-
-