|
cocos2d-iphone-extensions
0.2
Cocos2D Extensions API Reference (iOS version) for Kobold2D developers
|
Public Member Functions | |
| void | playMovieAtURL: (NSURL *theURL) |
| void | movieFinishedCallback: (NSNotification *aNotification) |
| void | setNoSkip: (BOOL value) |
| void | userCancelPlaying () |
| void | cancelPlaying () |
| void | setDelegate: (id< CCVideoPlayerDelegate > aDelegate) |
| void | updateOrientationWithOrientation: (UIDeviceOrientation newOrientation) |
| void | updateOrientationWithOrientationNumber: (NSNumber *newOrientationNumber) |
Protected Attributes | |
| MPMoviePlayerController * | _theMovie |
| VideoOverlayView * | _videoOverlayView |
| BOOL | _playing |
| BOOL | noSkip |
| id< CCVideoPlayerDelegate > | _delegate |
Properties | |
| BOOL | isPlaying |