修改了车机直播信息

This commit is contained in:
董宏宇
2020-03-13 15:15:28 +08:00
parent 7945bf605b
commit c0ee957d3e

View File

@@ -12,7 +12,7 @@ public class MarkerCarInfo implements Serializable {
private String carBrandLogoUrl;
private String carTypeName;
private int carType;
private CarLive carLive;
private CarLiveInfo carLiveInfo;
public String getCarBrandLogoUrl() {
if (TextUtils.isEmpty(carBrandLogoUrl)) {
@@ -44,15 +44,15 @@ public class MarkerCarInfo implements Serializable {
this.carType = carType;
}
public CarLive getCarLive() {
return carLive;
public CarLiveInfo getCarLiveInfo() {
return carLiveInfo;
}
public void setCarLive(CarLive carLive) {
this.carLive = carLive;
public void setCarLiveInfo(CarLiveInfo carLiveInfo) {
this.carLiveInfo = carLiveInfo;
}
class CarLive implements Serializable {
class CarLiveInfo implements Serializable {
//rtmp视频直播地址rtmp://
private String videoUrl;
//直播频道【直播心跳接口参数】C_1