Uses of Interface
com.avpkit.mediatool.event.IAudioSamplesEvent
-
Packages that use IAudioSamplesEvent 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 IAudioSamplesEvent in com.avpkit.mediatool
Methods in com.avpkit.mediatool with parameters of type IAudioSamplesEvent Modifier and Type Method Description voidAMediaListenerMixin. onAudioSamples(IAudioSamplesEvent event)Empty implementation ofIMediaListener.onAudioSamples(IAudioSamplesEvent).voidAMediaToolMixin. onAudioSamples(IAudioSamplesEvent event)CallsIMediaListener.onAudioSamples(IAudioSamplesEvent)on all registered listeners.voidIMediaListener. onAudioSamples(IAudioSamplesEvent event)Called after audio samples have been decoded or encoded by anIMediaGeneratorvoidMediaListenerAdapter. onAudioSamples(IAudioSamplesEvent event)Empty implementation ofIMediaListener.onAudioSamples(IAudioSamplesEvent).voidMediaToolAdapter. onAudioSamples(IAudioSamplesEvent event)CallsIMediaListener.onAudioSamples(IAudioSamplesEvent)on all registered listeners. -
Uses of IAudioSamplesEvent in com.avpkit.mediatool.event
Classes in com.avpkit.mediatool.event that implement IAudioSamplesEvent Modifier and Type Class Description classAudioSamplesEventAn implementation ofIAudioSamplesEvent.
-