a2129b10创建于 2025年12月25日历史提交

OH_AVRange

typedef struct OH_AVRange {...} OH_AVRange

Overview

The struct describes the value range, which contains the minimum value and maximum value.

Since: 10

Related module: AVCapability

Header file: native_avcapability.h

Summary

Member Variables

Name Description
int32_t minVal Minimum value.
int32_t maxVal Maximum value.