what are the parameters to record audio while rendering sequence to video using command line?

I’m using the bleow command line to render sequence to movie using cmd. But, how to record the audio.

"C:\Program Files (x86)\Epic Games\4.##\Engine\Binaries\Win64\UE4Editor.exe" “D:\Unreal Projects\SequencerTestBed\SequencerTestBed.uproject” /Game/TestRender/TestRender_Map -game -MovieSceneCaptureType="/Script/MovieSceneCapture.AutomatedLevelSequenceCapture" -LevelSequence="/Game/Test_Render/Test_Render_SQ" -MovieFrameRate=30 -noloadingscreen -resx=1280 -resy=720 -MovieFormat=JPG -MovieQuality=75

The sequencer render movie gui has this option for recording audio → /Script/MovieSceneCapture.MasterAudioSubmixCaptureProtocol. Should we somehow include this or are there any other arguments?

Thanks