-
Notifications
You must be signed in to change notification settings - Fork 421
CAMediaDelegate
9miao Mobile Game edited this page Jul 2, 2014
·
1 revision
Obtain camera or photo album image
Access modifier |
Method name |
Description |
Public |
getSelectedImage |
Obtain image |
*virtual void getSelectedImage(CCImage image) = 0
Return value: void
Parameter: CCImage *image
Description: system needs to inherit this class when having photo album and camera functionality using demands, and rewrite getSelectedImage method, parameter image is the image that is transferred from device in this method.