Package com.avpkit.mediatool.event
Class WriteTrailerEvent
- java.lang.Object
-
- com.avpkit.mediatool.event.AEventMixin
-
- com.avpkit.mediatool.event.ACoderMixin
-
- com.avpkit.mediatool.event.WriteTrailerEvent
-
- All Implemented Interfaces:
ICoderEvent,IEvent,IWriteTrailerEvent
public class WriteTrailerEvent extends ACoderMixin implements IWriteTrailerEvent
An implementation ofIWriteTrailerEvent.- Author:
- aclarke
-
-
Constructor Summary
Constructors Constructor Description WriteTrailerEvent(IMediaCoder source)Creates aWriteTrailerEvent.
-
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
-
WriteTrailerEvent
public WriteTrailerEvent(IMediaCoder source)
Creates aWriteTrailerEvent.- Parameters:
source- the source of this event.
-
-