source: branches/rme-x86/source/examples/cocoa/qtvidcapture/QTVidCapture.nib/classes.nib

Last change on this file was 12031, checked in by Gary Byers, 16 years ago

Video capture example, from openmcl-devel, 05/08.

File size: 709 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBClasses</key>
6 <array>
7 <dict>
8 <key>ACTIONS</key>
9 <dict>
10 <key>startRecording</key>
11 <string>id</string>
12 <key>stopRecording</key>
13 <string>id</string>
14 </dict>
15 <key>CLASS</key>
16 <string>MyRecorderController</string>
17 <key>LANGUAGE</key>
18 <string>ObjC</string>
19 <key>OUTLETS</key>
20 <dict>
21 <key>mCaptureView</key>
22 <string>QTCaptureView</string>
23 </dict>
24 <key>SUPERCLASS</key>
25 <string>NSObject</string>
26 </dict>
27 </array>
28 <key>IBVersion</key>
29 <string>1</string>
30</dict>
31</plist>
Note: See TracBrowser for help on using the repository browser.