public static class BatchUpdateDeviceRequest.BatchUpdateDeviceRequestDevicesLiveUrls
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
flv
example:
https://abc.stream.flv
|
String |
hls
example:
https://abc.stream.m3u8
|
String |
rtmp
example:
rtmp://abc.stream
|
构造器和说明 |
---|
BatchUpdateDeviceRequestDevicesLiveUrls() |
@NameInMap(value="flv") public String flv
@NameInMap(value="hls") public String hls
@NameInMap(value="rtmp") public String rtmp
rtmp://abc.stream
public static BatchUpdateDeviceRequest.BatchUpdateDeviceRequestDevicesLiveUrls build(Map<String,?> map) throws Exception
Exception
public BatchUpdateDeviceRequest.BatchUpdateDeviceRequestDevicesLiveUrls setFlv(String flv)
public String getFlv()
public BatchUpdateDeviceRequest.BatchUpdateDeviceRequestDevicesLiveUrls setHls(String hls)
public String getHls()
public BatchUpdateDeviceRequest.BatchUpdateDeviceRequestDevicesLiveUrls setRtmp(String rtmp)
public String getRtmp()
Copyright © 2024. All rights reserved.