Home
last modified time | relevance | path

Searched refs:PhotoOutput_Callbacks (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/multimedia/camera_framework/
H A Dphoto_output.h64 * @brief Photo output frame start callback to be called in {@link PhotoOutput_Callbacks}.
72 * @brief Photo output frame shutter callback to be called in {@link PhotoOutput_Callbacks}.
81 * @brief Photo output frame end callback to be called in {@link PhotoOutput_Callbacks}.
90 * @brief Photo output error callback to be called in {@link PhotoOutput_Callbacks}.
169 typedef struct PhotoOutput_Callbacks { struct
189 } PhotoOutput_Callbacks; typedef
195 * @param callback the {@link PhotoOutput_Callbacks} to be registered.
200 Camera_ErrorCode OH_PhotoOutput_RegisterCallback(Camera_PhotoOutput* photoOutput, PhotoOutput_Callbacks* callback);
206 * @param callback the {@link PhotoOutput_Callbacks} to be unregistered.
211 Camera_ErrorCode OH_PhotoOutput_UnregisterCallback(Camera_PhotoOutput* photoOutput, PhotoOutput_Callbacks* callbac
[all...]

Completed in 1 milliseconds