Uses of Interface
com.avpkit.mediatool.event.IFlushEvent
-
Packages that use IFlushEvent 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 IFlushEvent in com.avpkit.mediatool
Methods in com.avpkit.mediatool with parameters of type IFlushEvent Modifier and Type Method Description voidAMediaListenerMixin. onFlush(IFlushEvent event)Empty implementation ofIMediaListener.onFlush(IFlushEvent).voidAMediaToolMixin. onFlush(IFlushEvent event)CallsIMediaListener.onFlush(IFlushEvent)on all registered listeners.voidIMediaListener. onFlush(IFlushEvent event)Called after aIMediaWriterhas flushed its buffers.voidMediaListenerAdapter. onFlush(IFlushEvent event)Empty implementation ofIMediaListener.onFlush(IFlushEvent).voidMediaToolAdapter. onFlush(IFlushEvent event)CallsIMediaListener.onFlush(IFlushEvent)on all registered listeners. -
Uses of IFlushEvent in com.avpkit.mediatool.event
Classes in com.avpkit.mediatool.event that implement IFlushEvent Modifier and Type Class Description classFlushEventAn implementation ofIFlushEvent.
-