public interface VodGetOriginalPlayInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBase64()
播放地址是否base64编码,默认否,0-否,1-是
string Base64 = 2; |
com.google.protobuf.ByteString |
getBase64Bytes()
播放地址是否base64编码,默认否,0-否,1-是
string Base64 = 2; |
String |
getSsl()
返回https播放地址,默认否, 0-否,1-是
string Ssl = 3; |
com.google.protobuf.ByteString |
getSslBytes()
返回https播放地址,默认否, 0-否,1-是
string Ssl = 3; |
String |
getVid()
视频ID
string Vid = 1; |
com.google.protobuf.ByteString |
getVidBytes()
视频ID
string Vid = 1; |
String getVid()
视频ID
string Vid = 1;com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;String getBase64()
播放地址是否base64编码,默认否,0-否,1-是
string Base64 = 2;com.google.protobuf.ByteString getBase64Bytes()
播放地址是否base64编码,默认否,0-否,1-是
string Base64 = 2;String getSsl()
返回https播放地址,默认否, 0-否,1-是
string Ssl = 3;com.google.protobuf.ByteString getSslBytes()
返回https播放地址,默认否, 0-否,1-是
string Ssl = 3;Copyright © 2021. All rights reserved.