Uses of Interface
com.avpkit.mediatool.IMediaTool
-
Packages that use IMediaTool Package Description com.avpkit.mediatool A simple API for to decoding, viewing and encoding media: tutorial here; start withToolFactory. -
-
Uses of IMediaTool in com.avpkit.mediatool
Subinterfaces of IMediaTool in com.avpkit.mediatool Modifier and Type Interface Description interfaceIMediaWriterAnIMediaCoderthat encodes and decodes media to anIContainer, and can optionally read data for encoding from otherIMediaGeneratorobjects.Classes in com.avpkit.mediatool that implement IMediaTool Modifier and Type Class Description classMediaToolAdapterAn implementation ofIMediaToolthat forwards allIMediaListenerevents to listeners registered withMediaToolAdapter.addListener(IMediaListener).
-