AudioVideoRecordingSample
AudioVideoRecordingSample copied to clipboard
How can we save video file into multiple video's( .mp4 files) without stoping video encoder
you can't do that because the encoder will write the file end information by method stoprecording() ,so you just can't get the full video file without stoping video encoder.