Home
last modified time | relevance | path

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

/interface/sdk_c/multimedia/player_framework/
H A Dnative_avscreen_capture.h52 * @return Returns a pointer to an OH_AVScreenCapture instance
56 struct OH_AVScreenCapture *OH_AVScreenCapture_Create(void);
63 * @param capture Pointer to an OH_AVScreenCapture instance
72 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_Init(struct OH_AVScreenCapture *capture,
78 * @param capture Pointer to an OH_AVScreenCapture instance
88 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_StartScreenCapture(struct OH_AVScreenCapture *capture);
93 * @param capture Pointer to an OH_AVScreenCapture instance
101 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_StopScreenCapture(struct OH_AVScreenCapture *capture);
106 * @param capture Pointer to an OH_AVScreenCapture instance
115 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_StartScreenRecording(struct OH_AVScreenCapture *captur
[all...]
H A Dnative_avscreen_capture_base.h62 typedef struct OH_AVScreenCapture OH_AVScreenCapture; typedef
331 * @brief When an error occurs in the running of the OH_AVScreenCapture instance, the function pointer will be called
333 * @param capture Pointer to an OH_AVScreenCapture instance
339 typedef void (*OH_AVScreenCaptureOnError)(OH_AVScreenCapture *capture, int32_t errorCode);
342 * @brief When audio buffer is available during the operation of OH_AVScreenCapture, the function pointer will
345 * @param capture Pointer to an OH_AVScreenCapture instance
352 typedef void (*OH_AVScreenCaptureOnAudioBufferAvailable)(OH_AVScreenCapture *capture, bool isReady,
356 * @brief When video buffer is available during the operation of OH_AVScreenCapture, the function pointer will
359 * @param capture Pointer to an OH_AVScreenCapture instanc
[all...]

Completed in 2 milliseconds