Package com.avpkit.mediatool.event
Events that can be fired by the
com.avpkit.mediatool package.
IEvent is the top of the interface
inheritance tree. If a given interface is instantiable as an event, you will
find a class with the same name without the starting "I"
Mixin classes (e.g. AEventMixin) are
provided as abstract classes implementing all the methods implied by their
name, but not actually declaring the interface. In this way child classes can
extend them, but separately decide which functionality to admit they have to
the outside world.
-
Class Summary Class Description ACoderMixin An abstract implementation ofICoderEvent, but does not declareICoderEvent.AddStreamEvent An implementation ofIAddStreamEvent.AEventMixin APacketMixin An abstract implementation ofIPacketEvent, but does not declareIPacketEvent.ARawMediaMixin An abstract implementation ofIRawMediaEvent, but does not declareIRawMediaEvent.AStreamCoderMixin An abstract implementation ofIStreamEventandICoderEventbut does not declareIStreamEventorICoderEvent.AStreamMixin An abstract implementation ofIStreamEvent, but does not declareIStreamEvent.AudioSamplesEvent An implementation ofIAudioSamplesEvent.CloseCoderEvent An implementation ofICloseCoderEvent.CloseEvent An implementation ofICloseEvent.FlushEvent An implementation ofIFlushEvent.OpenCoderEvent An implementation ofIOpenCoderEvent.OpenEvent An implementation ofIOpenEvent.ReadPacketEvent An implementation ofIReadPacketEvent.VideoPictureEvent An implementation ofIVideoPictureEvent.WriteHeaderEvent An implementation ofIWriteHeaderEvent.WritePacketEvent An implementation ofIWritePacketEvent.WriteTrailerEvent An implementation ofIWriteTrailerEvent.