Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_capture_options.h109 bool allow_directx_capturer() const { return allow_directx_capturer_; } in allow_directx_capturer()
111 allow_directx_capturer_ = enabled; in set_allow_directx_capturer()
150 bool allow_directx_capturer_ = false; variable