Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dwgc_capturer_win.cc101 HSTRING api_contract; in IsWgcSupported() local
102 hr = webrtc::CreateHstring(kApiContract, wcslen(kApiContract), &api_contract); in IsWgcSupported()
108 api_contract, kRequiredApiContractVersion, &is_api_present); in IsWgcSupported()
109 webrtc::DeleteHstring(api_contract); in IsWgcSupported()