Delete unused downloads page asset.
[chromium-blink-merge.git] / ppapi / api / private / pp_video_capture_format.idl
blobe9345665ada122d1b74c26748be3b8f1281f312b
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 /**
7 * This file defines the struct used to hold a video capture format.
8 */
10 label Chrome {
11 M42 = 0.1
14 /**
15 * The <code>PP_VideoCaptureFormat</code> struct represents a video capture
16 * format.
18 [assert_size(12)]
19 struct PP_VideoCaptureFormat {
20 /**
21 * Frame size in pixels.
23 PP_Size frame_size;
25 /**
26 * Frame rate in frames per second.
28 float_t frame_rate;