Searched defs:capture (Results 1 – 3 of 3) sorted by relevance
38 private async capture(): Promise<void> { method in CaptureFunction
79 void OnError(OH_AVScreenCapture *capture, int32_t errorCode, void *userData) in OnError()86 void OnStateChange(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureStateCode stateCode, void … in OnStateChange()106 void OnBufferAvailable(OH_AVScreenCapture *capture, OH_AVBuffer *buffer, OH_AVScreenCaptureBufferTy… in OnBufferAvailable()157 void OnDisplaySelected(struct OH_AVScreenCapture *capture, uint64_t displayId, void *userData) in OnDisplaySelected()
350 public static capture(): ActionData { method in Action