public interface VodGetOriginalPlayInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBase64()
播放地址是否base64编码,默认否,0-否,1-是
|
com.google.protobuf.ByteString |
getBase64Bytes()
播放地址是否base64编码,默认否,0-否,1-是
|
String |
getSsl()
返回https播放地址,默认否, 0-否,1-是
|
com.google.protobuf.ByteString |
getSslBytes()
返回https播放地址,默认否, 0-否,1-是
|
String |
getVid()
视频ID
|
com.google.protobuf.ByteString |
getVidBytes()
视频ID
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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.