FileMp4OutputSettings.onStreamEof property

Callback that will be invoked once data stops being received by the node (determined by an empty context) at which point it will automatically shut down

Signature:

onStreamEof?: () => void;