• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_AVRange
2
3## Overview
4
5The struct describes the value range, which contains the minimum value and maximum value.
6
7**Since**: 10
8
9**Related module**: [AVCapability](capi-avcapability.md)
10
11**Header file**: [native_avcapability.h](capi-native-avcapability-h.md)
12
13## Summary
14
15### Member Variables
16
17| Name| Description|
18| -- | -- |
19| int32_t minVal | Minimum value.|
20| int32_t maxVal | Maximum value.|
21