Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / media / video / capture / win / video_capture_device_mf_win.h
index e0dfb8c..31a8f22 100644 (file)
@@ -52,6 +52,9 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin
 
   static void GetDeviceNames(Names* device_names);
 
+  static void GetDeviceSupportedFormats(const Name& device,
+                                        VideoCaptureFormats* formats);
+
   // Captured a new video frame.
   void OnIncomingCapturedFrame(const uint8* data,
                                int length,