OH_AVCodecBufferAttr
typedef struct OH_AVCodecBufferAttr {...} OH_AVCodecBufferAttr
Overview
The struct describes the description information about the buffer of an OH_AVCodec instance.
Since: 9
Related module: Core
Header file: native_avbuffer_info.h
Summary
Member Variables
| Name | Description |
|---|---|
| int64_t pts | Display timestamp of the buffer, in microseconds. |
| int32_t size | Size of data contained in the buffer, in bytes. |
| int32_t offset | Offset of valid data in the buffer. |
| uint32_t flags | Flags of the buffer. For details, see OH_AVCodecBufferFlags. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-native-avcodec-audiocodec-h
openharmony 鸿蒙 capi-avsource-oh-avsource
openharmony 鸿蒙 capi-native-cencinfo-h
openharmony 鸿蒙 capi-multimedia-drm-oh-avcencinfo
openharmony 鸿蒙 capi-native-avdemuxer-h
openharmony 鸿蒙 capi-media-types-h
openharmony 鸿蒙 capi-native-audio-channel-layout-h