menu
nim_chatkit_ui package
documentation
helper/thumb_helper.dart
ThumbHelper
toVideoThumbParams static method
toVideoThumbParams static method
dark_mode
light_mode
toVideoThumbParams
static method
String
toVideoThumbParams
(
)
生成视频缩略图url,取第一帧
Implementation
static String toVideoThumbParams() { return "vframe=1"; }
nim_chatkit_ui package
documentation
helper/thumb_helper
ThumbHelper
toVideoThumbParams static method
ThumbHelper class