-
@FunctionalInterface() public interface FFmpegSessionCompleteCallback
Callback function that is invoked when an asynchronous
FFmpegsession has ended.
-
-
Method Summary
Modifier and Type Method Description abstract voidapply(FFmpegSession session)Called when an FFmpeg session has ended. -
-
Method Detail
-
apply
abstract void apply(FFmpegSession session)
Called when an FFmpeg session has ended.
- Parameters:
session- FFmpeg session
-
-
-
-