diff options
Diffstat (limited to 'ppapi/examples/video_capture/video_capture.html')
-rw-r--r-- | ppapi/examples/video_capture/video_capture.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ppapi/examples/video_capture/video_capture.html b/ppapi/examples/video_capture/video_capture.html new file mode 100644 index 0000000..44247fa --- /dev/null +++ b/ppapi/examples/video_capture/video_capture.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <!-- + Copyright (c) 2011 The Chromium Authors. All rights reserved. + Use of this source code is governed by a BSD-style license that can be + found in the LICENSE file. + --> +<head> + <title>Video Capture Example</title> +</head> + +<body> + +<embed id="plugin" type="application/x-ppapi-example-video-capture" + width="320" height="240"/> + +</body> +</html> |