Changeset 1142 for branches/PlayerFramework/CommonMediaPlayer/debug_main.m
- Timestamp:
- 02/18/10 16:12:23 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/PlayerFramework/CommonMediaPlayer/debug_main.m
r1095 r1142 69 69 NSApplicationLoad(); 70 70 71 #if 072 CMPDVDPlayerPlayHead *playhead = [[CMPDVDPlayerPlayHead alloc] initWithContentRect:NSMakeRect(0, 0, 1440, 900) position:CMPDVDOverlayLowerLeftoverWindow:0];71 #if 1 72 CMPDVDPlayerPlayHead *playhead = [[CMPDVDPlayerPlayHead alloc] initWithContentRect:NSMakeRect(0, 0, 1440, 900) overWindow:0]; 73 73 74 74 [playhead setPlayer:[[something alloc] init]]; … … 76 76 #endif 77 77 78 #if 0 78 79 NSArray *items = [NSArray arrayWithObjects:@"Resume Playback", @"Start From Beginning", @"Main Menu", nil]; 79 80 CMPDVDBlurredMenu *menu = [[CMPDVDBlurredMenu alloc] initWithItems:items contentRect:NSMakeRect(0, 0, 1440, 900) overWindow:0]; … … 81 82 82 83 [NSTimer scheduledTimerWithTimeInterval:.2 target:[[something alloc] init] selector:@selector(randomDirection:) userInfo:menu repeats:YES]; 84 #endif 83 85 84 86 NSRunLoop *currentRL = [NSRunLoop currentRunLoop];
