Uses of Interface
com.avpkit.mediatool.event.IRawMediaEvent
-
Packages that use IRawMediaEvent Package Description com.avpkit.mediatool.event Events that can be fired by thecom.avpkit.mediatoolpackage. -
-
Uses of IRawMediaEvent in com.avpkit.mediatool.event
Subinterfaces of IRawMediaEvent in com.avpkit.mediatool.event Modifier and Type Interface Description interfaceIAudioSamplesEventDispatched byIMediaListener.onAudioSamples(IAudioSamplesEvent).interfaceIVideoPictureEventDispatched byIMediaListener.onVideoPicture(IVideoPictureEvent).Classes in com.avpkit.mediatool.event that implement IRawMediaEvent Modifier and Type Class Description classAudioSamplesEventAn implementation ofIAudioSamplesEvent.classVideoPictureEventAn implementation ofIVideoPictureEvent.
-