isVideoSourceVid method
判断视频源是否为 VID
Implementation
bool isVideoSourceVid() {
var videoSource = _widgetData?.videoSource;
return videoSource is VidStsVideoSource ||
videoSource is VidAuthVideoSource;
}
判断视频源是否为 VID
bool isVideoSourceVid() {
var videoSource = _widgetData?.videoSource;
return videoSource is VidStsVideoSource ||
videoSource is VidAuthVideoSource;
}