public interface IVideoEffectListener extends IThreadListener
Modifier and Type | Method and Description |
---|---|
void |
processingStarted()
Notifies the listener that the processing of the video effect started.
|
void |
setCurrentVideoFrame(java.awt.image.BufferedImage pCurrentFrame,
int iFrameId,
int iFrameNumber)
Sets the information of the current frame that is processed.
|
endedProperly, interrupted, setProgressStatus
void setCurrentVideoFrame(java.awt.image.BufferedImage pCurrentFrame, int iFrameId, int iFrameNumber)
pCurrentFrame
- The current frame of the video as BufferedImage
.iFrameId
- The id of the current frame as integer.iFrameNumber
- The total number of frames.void processingStarted()