Searched refs:MediaJsResultString (Results 1 – 3 of 3) sorted by relevance
111 class MediaJsResultString : public MediaJsResult {113 explicit MediaJsResultString(const std::string &value) in MediaJsResultString() function117 ~MediaJsResultString() = default;
296 threadCtx->JsResult = std::make_unique<MediaJsResultString>(surfaceId); in GetInputSurface()
945 asyncCtx->JsResult = std::make_unique<MediaJsResultString>(result.Value().second); in ExecuteByPromise()