Searched refs:withAudio (Results 1 – 4 of 4) sorted by relevance
178 bool withAudio = false; member
446 config_.withAudio = true; in SetAudioSource()1047 configMap["withAudio"] = config_.withAudio; in GetAVRecorderConfig()
1455 config->withAudio = configMap["withAudio"]; in GetAVRecorderConfig()1698 config->withAudio = true; in GetSourceType()1720 CHECK_AND_RETURN_RET(config->withAudio || config->withVideo, in GetSourceType()1787 if (asyncCtx->config_->withAudio) { in GetProfile()2060 if (config->withAudio) { in SetProfile()2115 if (config->withAudio) { in Configure()2481 if (value_->withAudio || value_->withVideo) { in GetJsResult()2500 CHECK_AND_RETURN_RET(value_->withAudio == true, napi_ok); in audioToSet()
179 bool withAudio = false; member