Home
last modified time | relevance | path

Searched refs:withAudio (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h178 bool withAudio = false; member
H A Drecorder_server.cpp446 config_.withAudio = true; in SetAudioSource()
1047 configMap["withAudio"] = config_.withAudio; in GetAVRecorderConfig()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp1455 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()
H A Davrecorder_napi.h179 bool withAudio = false; member