OH_AVMetadataExtractor_FrameInfo
typedef struct {...} OH_AVMetadataExtractor_FrameInfo
Overview
Defines the information about a frame extracted from a video.
Since: 23
Related module: AVMetadataExtractor
Header file: avmetadata_extractor_base.h
Summary
Member Variables
| Name | Description |
|---|---|
| int64_t requestTimeUs | Time when the user sends the request. |
| int64_t actualTimeUs | Time when the frame is actually extracted. If the extraction fails, the value is -1. |
| OH_PixelmapNative* image | Frame image extracted from the video. If the extraction fails, the value is a null pointer. |
| OH_AVMetadataExtractor_FetchState result | Result status of the frame extraction operation. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-avrecorder-oh-avrecorder-range
openharmony 鸿蒙 errorcode-media
openharmony 鸿蒙 capi-avplayer-base-h
openharmony 鸿蒙 capi-avimage-generator-h
openharmony 鸿蒙 capi-avscreencapture-oh-rect
openharmony 鸿蒙 capi-videoprocessing-videoprocessing-callback
openharmony 鸿蒙 capi-avsinkbase
openharmony 鸿蒙 capi-avmetadataextractor
openharmony 鸿蒙 capi-avscreencapture-oh-multidisplaycapability