Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / public / renderer / video_encode_accelerator.h
index 5127636..426b052 100644 (file)
@@ -26,6 +26,10 @@ CONTENT_EXPORT void
 CreateVideoEncodeAccelerator(
     const OnCreateVideoEncodeAcceleratorCallback& callback);
 
+// Returns list of encoding profiles supported by VideoEncodeAccelerator.
+CONTENT_EXPORT std::vector<media::VideoEncodeAccelerator::SupportedProfile>
+GetSupportedVideoEncodeAcceleratorProfiles();
+
 }  // namespace content
 
 #endif  // CONTENT_PUBLIC_RENDERER_VIDEO_ENCODE_ACCELERATOR_H_