public static class ListLiveRecordVideoResponse.LiveRecordVideo.PlayInfo extends Object
| 构造器和说明 |
|---|
PlayInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBitrate() |
String |
getComplexity() |
String |
getDefinition() |
String |
getDuration() |
Long |
getEncrypt() |
String |
getFormat() |
String |
getFps() |
Long |
getHeight() |
String |
getJobId() |
String |
getPlaintext() |
String |
getPlayURL() |
String |
getRand() |
Long |
getSize() |
String |
getStreamType() |
Long |
getWidth() |
void |
setBitrate(String bitrate) |
void |
setComplexity(String complexity) |
void |
setDefinition(String definition) |
void |
setDuration(String duration) |
void |
setEncrypt(Long encrypt) |
void |
setFormat(String format) |
void |
setFps(String fps) |
void |
setHeight(Long height) |
void |
setJobId(String jobId) |
void |
setPlaintext(String plaintext) |
void |
setPlayURL(String playURL) |
void |
setRand(String rand) |
void |
setSize(Long size) |
void |
setStreamType(String streamType) |
void |
setWidth(Long width) |
public Long getWidth()
public void setWidth(Long width)
public Long getHeight()
public void setHeight(Long height)
public Long getSize()
public void setSize(Long size)
public String getPlayURL()
public void setPlayURL(String playURL)
public String getBitrate()
public void setBitrate(String bitrate)
public String getDefinition()
public void setDefinition(String definition)
public String getDuration()
public void setDuration(String duration)
public String getFormat()
public void setFormat(String format)
public String getFps()
public void setFps(String fps)
public Long getEncrypt()
public void setEncrypt(Long encrypt)
public String getPlaintext()
public void setPlaintext(String plaintext)
public String getComplexity()
public void setComplexity(String complexity)
public String getStreamType()
public void setStreamType(String streamType)
public String getRand()
public void setRand(String rand)
public String getJobId()
public void setJobId(String jobId)
Copyright © 2020. All Rights Reserved.