library / dev.bmcreations.scrcast / ScrCast / onRecordingComplete
onRecordingComplete¶
fun onRecordingComplete(callback: RecordingOutputFileCallback):
Unit
Set an explicit output file listener, as a kotlin lambda.
This is an alternative to providing the combined RecordingCallbacks if you are only interested in the output file or want to define them independently.
This method is not accessible to the JVM.