classes.nib
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 adjustVolume = id; 
  7.                 close = id; 
  8.                 doOpenURL = id; 
  9.                 open = id; 
  10.                 openURL = id; 
  11.                 pause = id; 
  12.                 play = id; 
  13.                 seek = id; 
  14.                 setLooping = id; 
  15.                 setVideoSize = id; 
  16.                 stop = id; 
  17.             }; 
  18.             CLASS = MP4PlayerController; 
  19.             LANGUAGE = ObjC; 
  20.             OUTLETS = {
  21.                 firstLine = id; 
  22.                 looping = id; 
  23.                 openURLPanel = id; 
  24.                 pauseButton = id; 
  25.                 playButton = id; 
  26.                 secondLine = id; 
  27.                 stopButton = id; 
  28.                 time = id; 
  29.                 urlComboBox = id; 
  30.                 videoSize = id; 
  31.                 volume = id; 
  32.             }; 
  33.             SUPERCLASS = NSObject; 
  34.         }, 
  35.         {
  36.             ACTIONS = {makeFullscreen = id; quit = id; }; 
  37.             CLASS = SDLMain; 
  38.             LANGUAGE = ObjC; 
  39.             SUPERCLASS = NSObject; 
  40.         }
  41.     ); 
  42.     IBVersion = 1; 
  43. }