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. |