menu
tencent_rtc_plugin package
documentation
enums/render_mode_enum.dart
RenderModeTool
toInt static method
toInt static method
dark_mode
light_mode
toInt
static method
int
toInt
(
RenderModeEnum
value
)
转换为常量类型
value
枚举
Return
转换结果
Implementation
static int toInt(RenderModeEnum value) => value.index;
tencent_rtc_plugin package
documentation
enums/render_mode_enum
RenderModeTool
toInt static method
RenderModeTool class