| | |
| | | initView();
|
| | | initData();
|
| | | operatePTZ();
|
| | |
|
| | | }
|
| | |
|
| | | protected void requestedOrientation(int requestedOrientation, boolean isForce) {
|
| | |
| | | llSound.setClickable(false);//声音按钮不允许点击
|
| | | LCOpenSDK_Talk.setListener(audioTalkerListener);//对讲前先设备监听
|
| | | int channelId = -1;
|
| | |
|
| | | Log.d("wxr", "startTalk: "+deviceListBean.channelNum);
|
| | | if( Integer.parseInt(deviceListBean.channelNum)> 1) {
|
| | | /* if(null != deviceListBean.channels.get(deviceListBean.checkedChannel).channelId && !"".equals(deviceListBean.channels.get(deviceListBean.checkedChannel).channelId)) {
|
| | | channelId = Integer.parseInt(deviceListBean.channels.get(deviceListBean.checkedChannel).channelId);
|