Package tv.hd3g.fflauncher.acm
Class OutputAudioStream
java.lang.Object
tv.hd3g.fflauncher.acm.OutputAudioStream
- All Implemented Interfaces:
Comparable<OutputAudioStream>
0 is always the first !
-
Constructor Summary
ConstructorsConstructorDescriptionOutputAudioStream(ChannelLayout layout, int fileIndex, int streamIndex) 0 is always the first ! -
Method Summary
Modifier and TypeMethodDescriptionintbooleaninthashCode()mapChannel(InputAudioStream inputAudioStream, InputAudioChannelSelector chInIndex) chOutIndex will be auto-incr 0 is always the first !mapChannel(InputAudioStream inputAudioStream, InputAudioChannelSelector chInIndex, OutputAudioChannelSelector chOutIndex) toString()
-
Constructor Details
-
OutputAudioStream
0 is always the first !
-
-
Method Details
-
toMapReferenceAsInput
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<OutputAudioStream>
-
equals
-
mapChannel
public OutputAudioStream mapChannel(InputAudioStream inputAudioStream, InputAudioChannelSelector chInIndex, OutputAudioChannelSelector chOutIndex) - Returns:
- this
-
mapChannel
public OutputAudioStream mapChannel(InputAudioStream inputAudioStream, InputAudioChannelSelector chInIndex) chOutIndex will be auto-incr 0 is always the first !- Returns:
- this
-
hashCode
public int hashCode()
-