Home
last modified time | relevance | path

Searched refs:MediaJsResultString (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.h130 class MediaJsResultString : public MediaJsResult { class
132 explicit MediaJsResultString(const std::string &value) in MediaJsResultString() function in OHOS::Media::MediaJsResultString
136 ~MediaJsResultString() = default;
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Dvideo_recorder_napi.cpp302 threadCtx->JsResult = std::make_unique<MediaJsResultString>(surfaceId); in GetInputSurface()
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp910 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second);
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp479 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second); in JsGetInputMetaSurface()
1144 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second);

Completed in 7 milliseconds