Home
last modified time | relevance | path

Searched refs:MediaJsResultString (Results 1 – 3 of 3) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/common/
Dcommon_napi.h111 class MediaJsResultString : public MediaJsResult {
113 explicit MediaJsResultString(const std::string &value) in MediaJsResultString() function
117 ~MediaJsResultString() = default;
/foundation/multimedia/player_framework/frameworks/js/recorder/
Dvideo_recorder_napi.cpp296 threadCtx->JsResult = std::make_unique<MediaJsResultString>(surfaceId); in GetInputSurface()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.cpp945 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second); in ExecuteByPromise()