| | |
| | | /// <param name="video">可视对讲对象</param> |
| | | void View1(FrameLayout view1, List<Video> videoList) |
| | | { |
| | | |
| | | |
| | | #region 布局界面 |
| | | var bjFl = new FrameLayout |
| | | { |
| | |
| | | #region |
| | | var fLayout = new FrameLayout |
| | | { |
| | | Width = Application.GetRealWidth(50), |
| | | Width = Application.GetRealWidth(96), |
| | | Height = Application.GetRealWidth(48), |
| | | X = Application.GetRealWidth(31 + (58 + 50) * j), |
| | | X = Application.GetRealWidth(20 + (26 + 28 + 42) * j), |
| | | Y = Application.GetRealHeight(20 + (48 + 24) * line), |
| | | |
| | | }; |
| | | fL.AddChidren(fLayout); |
| | | |
| | | var iconBtn = new Button |
| | | { |
| | | X = Application.GetRealWidth(11), |
| | | Gravity=Gravity.CenterHorizontal, |
| | | Width = Application.GetRealWidth(28), |
| | | Height = Application.GetRealWidth(28), |
| | | UnSelectedImagePath = "VideoIcon/weiqiangji.png", |
| | |
| | | var deviceNameBtn = new Button |
| | | { |
| | | Y = iconBtn.Bottom + Application.GetRealHeight(6), |
| | | Width = Application.GetRealWidth(50), |
| | | X = Application.GetRealWidth(6), |
| | | Width = Application.GetRealWidth(96-12), |
| | | Height = Application.GetRealHeight(14), |
| | | TextSize = TextSize.Text10, |
| | | TextColor = CSS.CSS_Color.TextualColor, |
| | |
| | | DeviceName = video.deviceName, |
| | | roomno = video.flRoomBindVO.flRoomId, |
| | | unitno = video.flRoomBindVO.flBuildingId, |
| | | uuid= getUuid(video.deviceId), |
| | | cmtID=video.flRoomBindVO.flCmtId, |
| | | uuid = getUuid(video.deviceId), |
| | | cmtID = video.flRoomBindVO.flCmtId, |
| | | Lc_AccessToken = video.subAccountToken, |
| | | Lc_DeviceId = video.deviceId, |
| | | Lc_Psk = video.deviceName, |
| | | Lc_PlayToken = video.playToken, |
| | | deviceSipAccount = video.deviceSipAccount, |
| | | HomeId = video.homeId |
| | | }; |
| | | ESOnVideo.Current.ShowESVideoMonitor(eSVideoInfo, video.interphoneType); |
| | | } |
| | |
| | | { |
| | | var utcTime = Convert.ToDateTime(str); |
| | | var dateTime = TimeZoneInfo.ConvertTimeFromUtc(utcTime, TimeZoneInfo.Local); |
| | | return dateTime.ToString("HH") + ":" + dateTime.ToString("mm"); |
| | | return dateTime.ToString("MM-dd HH:mm"); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取呼叫状态文本 |
| | | /// </summary> |