Home
last modified time | relevance | path

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

/interface/sdk_c/multimedia/camera_framework/
H A Dvideo_output.h62 * @brief Video output frame start callback to be called in {@link VideoOutput_Callbacks}.
70 * @brief Video output frame end callback to be called in {@link VideoOutput_Callbacks}.
79 * @brief Video output error callback to be called in {@link VideoOutput_Callbacks}.
96 typedef struct VideoOutput_Callbacks { struct
111 } VideoOutput_Callbacks; typedef
117 * @param callback the {@link VideoOutput_Callbacks} to be registered.
122 Camera_ErrorCode OH_VideoOutput_RegisterCallback(Camera_VideoOutput* videoOutput, VideoOutput_Callbacks* callback);
128 * @param callback the {@link VideoOutput_Callbacks} to be unregistered.
133 Camera_ErrorCode OH_VideoOutput_UnregisterCallback(Camera_VideoOutput* videoOutput, VideoOutput_Callbacks* callback);

Completed in 2 milliseconds