Uses of Package
com.avpkit.mediatool
-
Packages that use com.avpkit.mediatool Package Description com.avpkit.mediatool A simple API for to decoding, viewing and encoding media: tutorial here; start withToolFactory.com.avpkit.mediatool.demos MediaTool Demonstration applications used by the MediaTool tutorials.com.avpkit.mediatool.event Events that can be fired by thecom.avpkit.mediatoolpackage. -
Classes in com.avpkit.mediatool used by com.avpkit.mediatool Class Description AMediaGeneratorMixin An abstract implementation of allIMediaGeneratormethods, but does not declareIMediaGenerator.AMediaListenerMixin An abstract empty implementation of allIMediaListenermethods, but does not declareIMediaListener.AMediaToolMixin An abstract implementation of allIMediaToolmethods, but does not declareIMediaTool.IMediaCoder AnIMediaGeneratorthat manages reading or writing to anIContainer.IMediaDebugListener AnIMediaListenerthat logs counts of different events to a log file.IMediaDebugListener.Event The different type of events you'd like to print data for.IMediaDebugListener.Mode How much detail on each event you want to log.IMediaGenerator Generates events thatIMediaListenerobjects can subscribe to and react to.IMediaListener Called byIMediaGeneratorin response to defined events.IMediaReader AnIMediaCoderthat reads and decodes media from anIContainer.IMediaTool AnIMediaGeneratorthat does work in reaction to otherIMediaGeneratorobjects.IMediaViewer EXPERIMENTAL ONLY: AnIMediaListenerthat plays audio, video or both, while listening to aIMediaGeneratorthat produces raw media.IMediaViewer.Mode The mode you want to view media in.IMediaWriter AnIMediaCoderthat encodes and decodes media to anIContainer, and can optionally read data for encoding from otherIMediaGeneratorobjects. -
Classes in com.avpkit.mediatool used by com.avpkit.mediatool.demos Class Description AMediaListenerMixin An abstract empty implementation of allIMediaListenermethods, but does not declareIMediaListener.IMediaListener Called byIMediaGeneratorin response to defined events.MediaListenerAdapter An implementation ofIMediaListenerthat implements all methods as empty methods. -
Classes in com.avpkit.mediatool used by com.avpkit.mediatool.event Class Description IMediaCoder AnIMediaGeneratorthat manages reading or writing to anIContainer.IMediaGenerator Generates events thatIMediaListenerobjects can subscribe to and react to.