Class ANIMDemultiplexer
java.lang.Object
org.monte.media.anim.ANIMReader
org.monte.media.anim.ANIMDemultiplexer
- All Implemented Interfaces:
Demultiplexer
Demultiplexes an ANIM file into a video track and an audio track.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTrack[]booleanvoidsetSwapLeftRightChannels(boolean swapLeftRightChannels) Methods inherited from class org.monte.media.anim.ANIMReader
close, createCompatibleBitmap, getColorCyclesCount, getDuration, getFrameCount, getHeight, getJiffies, getResources, getTimeBase, getWidth, readFrameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.monte.media.av.Demultiplexer
close
-
Constructor Details
-
ANIMDemultiplexer
- Throws:
IOException
-
ANIMDemultiplexer
- Throws:
IOException
-
-
Method Details
-
getTracks
- Specified by:
getTracksin interfaceDemultiplexer
-
isSwapLeftRightChannels
public boolean isSwapLeftRightChannels() -
setSwapLeftRightChannels
public void setSwapLeftRightChannels(boolean swapLeftRightChannels)
-