Searched defs:ViECapture (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_capture.h97 // in the ViECapture interface, which will create a suitable implementation.
148 class WEBRTC_DLLEXPORT ViECapture { class in namespace:webrtc
150 // Factory for the ViECapture subā€API and increases an internal reference
153 static ViECapture* GetInterface(VideoEngine* video_engine);
155 // Releases the ViECapture sub-API and decreases an internal reference
254 ViECapture() {} function in class:webrtc::ViECapture
255 virtual ~ViECapture() {}

Completed in 50 milliseconds