Uses of Interface
com.avpkit.mediatool.IMediaCoder
-
Packages that use IMediaCoder Package Description com.avpkit.mediatool A simple API for to decoding, viewing and encoding media: tutorial here; start withToolFactory.com.avpkit.mediatool.event Events that can be fired by thecom.avpkit.mediatoolpackage. -
-
Uses of IMediaCoder in com.avpkit.mediatool
Subinterfaces of IMediaCoder in com.avpkit.mediatool Modifier and Type Interface Description interfaceIMediaReaderAnIMediaCoderthat reads and decodes media from anIContainer.interfaceIMediaWriterAnIMediaCoderthat encodes and decodes media to anIContainer, and can optionally read data for encoding from otherIMediaGeneratorobjects. -
Uses of IMediaCoder in com.avpkit.mediatool.event
Methods in com.avpkit.mediatool.event that return IMediaCoder Modifier and Type Method Description IMediaCoderACoderMixin. getSource()Implementation ofICoderEvent.getSource().IMediaCoderAStreamCoderMixin. getSource()Implementation ofICoderEvent.getSource().IMediaCoderICoderEvent. getSource()Get the source of this event.IMediaCoderIPacketEvent. getSource()Get the source of this event.
-