Package com.avpkit.mediatool.event
Class FlushEvent
- java.lang.Object
-
- com.avpkit.mediatool.event.AEventMixin
-
- com.avpkit.mediatool.event.ACoderMixin
-
- com.avpkit.mediatool.event.FlushEvent
-
- All Implemented Interfaces:
ICoderEvent,IEvent,IFlushEvent
public class FlushEvent extends ACoderMixin implements IFlushEvent
An implementation ofIFlushEvent.- Author:
- aclarke
-
-
Constructor Summary
Constructors Constructor Description FlushEvent(IMediaCoder source)Create aFlushEvent.
-
Method Summary
-
Methods inherited from class com.avpkit.mediatool.event.ACoderMixin
getSource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.avpkit.mediatool.event.ICoderEvent
getSource
-
-
-
-
Constructor Detail
-
FlushEvent
public FlushEvent(IMediaCoder source)
Create aFlushEvent.- Parameters:
source- the source.
-
-