FileMp4InputNode.pause() method

Pause the MP4 playback. This may not take fully immediate effect, frames already in flight within the Mp4Input workflow will still be emitted

Signature:

pause(options?: {
        quiet?: boolean;
    }): void;

Parameters

Parameter Type Description

options

{ quiet?: boolean; }

(Optional)

Returns:

void