harmony 鸿蒙DisplaySoloist_ExpectedRateRange

  • 2025-06-12
  • 浏览 (4)

DisplaySoloist_ExpectedRateRange

Overview

The DisplaySoloist_ExpectedRateRange struct describes the expected frame rate range.

Since: 12

Related module: NativeDisplaySoloist

Header file: native_display_soloist.h

Summary

Member Variables

Name Description
int32_t min Minimum value of the expected frame rate range. The value range is [0,120].
int32_t max Maximum value of the expected frame rate range. The value range is [0,120].
int32_t expected Expected frame rate. The value range is [0,120].

Member Variable Description

expected

int32_t DisplaySoloist_ExpectedRateRange::expected

Description

Expected frame rate. The value range is [0,120].

max

int32_t DisplaySoloist_ExpectedRateRange::max

Description

Maximum value of the expected frame rate range. The value range is [0,120].

min

int32_t DisplaySoloist_ExpectedRateRange::min

Description

Minimum value of the expected frame rate range. The value range is [0,120].

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkGraphics 2D

harmony 鸿蒙BufferHandle

harmony 鸿蒙ColorSpacePrimaries

harmony 鸿蒙_drawing

harmony 鸿蒙NativeColorSpaceManager

harmony 鸿蒙NativeDisplaySoloist

harmony 鸿蒙NativeVsync

harmony 鸿蒙NativeWindow

harmony 鸿蒙OH_Drawing_BitmapFormat

harmony 鸿蒙OH_Drawing_Font_Metrics

0  赞