Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp54 JSRef<JSObject> videoObj = JSRef<JSObject>::Cast(info[0]); in Create() local
55 JSRef<JSVal> srcValue = videoObj->GetProperty("src"); in Create()
56 JSRef<JSVal> previewUriValue = videoObj->GetProperty("previewUri"); in Create()
57 JSRef<JSVal> currentProgressRateValue = videoObj->GetProperty("currentProgressRate"); in Create()
59 auto controllerObj = videoObj->GetProperty("controller"); in Create()
83 auto aiOptions = videoObj->GetProperty("imageAIOptions"); in Create()

Completed in 1 milliseconds