menu
star_live package
documentation
bean/live_room_model.dart
LiveRoomModel
isStreamEncrypted method
isStreamEncrypted method
dark_mode
light_mode
isStreamEncrypted
method
bool
isStreamEncrypted
(
)
视频流是否加密(默认:加密)
Implementation
bool isStreamEncrypted() { return streamEncrypted ?? true; }
star_live package
documentation
bean/live_room_model
LiveRoomModel
isStreamEncrypted method
LiveRoomModel class