Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / media / video / capture / video_capture_types.h
index 5f23a1b..a6a13a8 100644 (file)
@@ -46,6 +46,8 @@ class MEDIA_EXPORT VideoCaptureFormat {
                      float frame_rate,
                      VideoPixelFormat pixel_format);
 
+  static std::string PixelFormatToString(VideoPixelFormat format);
+
   // Checks that all values are in the expected range. All limits are specified
   // in media::Limits.
   bool IsValid() const;