Skip to content
9miao Mobile Game edited this page Jul 2, 2014 · 1 revision

CAMediaDelegate Detailed Description

Class Description

Obtain camera or photo album image

Method

Access modifier

Method name

Description

Public

getSelectedImage

Obtain image

Method Description

*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.

Clone this wiki locally