投屏过程中写码流开关startWriteFile

startWriteFile

接口描述

在传入的参数路径中写码流,且可控制开始或停止写码流

函数声明

`void startWriteFile(const char* path, bool isStart);`

函数参数

参数名
类型
描述
必填
path
const char*
写码流文件路径
必填
isStart
bool
开始或结束写码流开关
必填

函数返回值

类型
描述
必填
void
返回值为void
必填