public interface VodGetPlayInfoRequestOrBuilder
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 |
getCdnType()
指定CDN类型
|
com.google.protobuf.ByteString |
getCdnTypeBytes()
指定CDN类型
|
String |
getCodec()
编码类型,默认h264,可选值为h264,bytevc1等Codec
|
com.google.protobuf.ByteString |
getCodecBytes()
编码类型,默认h264,可选值为h264,bytevc1等Codec
|
String |
getDefinition()
视频流清晰度,默认返回全部,支持:240p,360p,480p,540p,720p,1080p
|
com.google.protobuf.ByteString |
getDefinitionBytes()
视频流清晰度,默认返回全部,支持:240p,360p,480p,540p,720p,1080p
|
String |
getFileType()
流文件类型,默认video,支持:加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio
|
com.google.protobuf.ByteString |
getFileTypeBytes()
流文件类型,默认video,支持:加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio
|
String |
getFormat()
封装格式,支持mp4,dash,hls,默认mp4Format
|
com.google.protobuf.ByteString |
getFormatBytes()
封装格式,支持mp4,dash,hls,默认mp4Format
|
String |
getLogoType()
水印贴片标签
|
com.google.protobuf.ByteString |
getLogoTypeBytes()
水印贴片标签
|
String |
getNeedBarrageMask()
是否需要蒙版弹幕,默认否,1-是;0-否
|
com.google.protobuf.ByteString |
getNeedBarrageMaskBytes()
是否需要蒙版弹幕,默认否,1-是;0-否
|
String |
getNeedThumbs()
是否需要雪碧图(缩略图),默认否,1-是;0-否
|
com.google.protobuf.ByteString |
getNeedThumbsBytes()
是否需要雪碧图(缩略图),默认否,1-是;0-否
|
String |
getSsl()
返回https播放地址,默认否, 1-是;0-否
|
com.google.protobuf.ByteString |
getSslBytes()
返回https播放地址,默认否, 1-是;0-否
|
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 getFormat()
封装格式,支持mp4,dash,hls,默认mp4Format
string Format = 2;com.google.protobuf.ByteString getFormatBytes()
封装格式,支持mp4,dash,hls,默认mp4Format
string Format = 2;String getCodec()
编码类型,默认h264,可选值为h264,bytevc1等Codec
string Codec = 3;com.google.protobuf.ByteString getCodecBytes()
编码类型,默认h264,可选值为h264,bytevc1等Codec
string Codec = 3;String getDefinition()
视频流清晰度,默认返回全部,支持:240p,360p,480p,540p,720p,1080p
string Definition = 4;com.google.protobuf.ByteString getDefinitionBytes()
视频流清晰度,默认返回全部,支持:240p,360p,480p,540p,720p,1080p
string Definition = 4;String getFileType()
流文件类型,默认video,支持:加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio
string FileType = 5;com.google.protobuf.ByteString getFileTypeBytes()
流文件类型,默认video,支持:加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio
string FileType = 5;String getLogoType()
水印贴片标签
string LogoType = 6;com.google.protobuf.ByteString getLogoTypeBytes()
水印贴片标签
string LogoType = 6;String getBase64()
播放地址是否base64编码,默认否,支持设置: 0-否,1-是
string Base64 = 7;com.google.protobuf.ByteString getBase64Bytes()
播放地址是否base64编码,默认否,支持设置: 0-否,1-是
string Base64 = 7;String getSsl()
返回https播放地址,默认否, 1-是;0-否
string Ssl = 8;com.google.protobuf.ByteString getSslBytes()
返回https播放地址,默认否, 1-是;0-否
string Ssl = 8;String getNeedThumbs()
是否需要雪碧图(缩略图),默认否,1-是;0-否
string NeedThumbs = 9;com.google.protobuf.ByteString getNeedThumbsBytes()
是否需要雪碧图(缩略图),默认否,1-是;0-否
string NeedThumbs = 9;String getNeedBarrageMask()
是否需要蒙版弹幕,默认否,1-是;0-否
string NeedBarrageMask = 10;com.google.protobuf.ByteString getNeedBarrageMaskBytes()
是否需要蒙版弹幕,默认否,1-是;0-否
string NeedBarrageMask = 10;String getCdnType()
指定CDN类型
string CdnType = 11;com.google.protobuf.ByteString getCdnTypeBytes()
指定CDN类型
string CdnType = 11;Copyright © 2021. All rights reserved.