public interface VodGetSmartStrategyLitePlayInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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()
2k, 4k
|
com.google.protobuf.ByteString |
getFileTypeBytes()
2k, 4k
|
String |
getFormat()
封装格式,支持mp4,dash,hls,默认mp4Format
|
com.google.protobuf.ByteString |
getFormatBytes()
封装格式,支持mp4,dash,hls,默认mp4Format
|
String |
getHDRDefinition()
HDR清晰度,默认不查询,支持:all,
|
com.google.protobuf.ByteString |
getHDRDefinitionBytes()
HDR清晰度,默认不查询,支持:all,
|
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 |
getPlayUrl()
播放url
|
com.google.protobuf.ByteString |
getPlayUrlBytes()
播放url
|
String |
getSsl()
返回https播放地址,默认否, 1-是;0-否
|
com.google.protobuf.ByteString |
getSslBytes()
返回https播放地址,默认否, 1-是;0-否
|
String |
getUnionInfo()
唯一性标识信息
|
com.google.protobuf.ByteString |
getUnionInfoBytes()
唯一性标识信息
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getPlayUrl()
播放url
string PlayUrl = 1;
com.google.protobuf.ByteString getPlayUrlBytes()
播放url
string PlayUrl = 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()
2k, 4k
string FileType = 5;
com.google.protobuf.ByteString getFileTypeBytes()
2k, 4k
string FileType = 5;
String getLogoType()
水印贴片标签
string LogoType = 6;
com.google.protobuf.ByteString getLogoTypeBytes()
水印贴片标签
string LogoType = 6;
String getSsl()
返回https播放地址,默认否, 1-是;0-否
string Ssl = 7;
com.google.protobuf.ByteString getSslBytes()
返回https播放地址,默认否, 1-是;0-否
string Ssl = 7;
String getNeedThumbs()
是否需要雪碧图(缩略图),默认否,1-是;0-否
string NeedThumbs = 8;
com.google.protobuf.ByteString getNeedThumbsBytes()
是否需要雪碧图(缩略图),默认否,1-是;0-否
string NeedThumbs = 8;
String getNeedBarrageMask()
是否需要蒙版弹幕,默认否,1-是;0-否
string NeedBarrageMask = 9;
com.google.protobuf.ByteString getNeedBarrageMaskBytes()
是否需要蒙版弹幕,默认否,1-是;0-否
string NeedBarrageMask = 9;
String getUnionInfo()
唯一性标识信息
string UnionInfo = 10;
com.google.protobuf.ByteString getUnionInfoBytes()
唯一性标识信息
string UnionInfo = 10;
String getHDRDefinition()
HDR清晰度,默认不查询,支持:all,
string HDRDefinition = 11;
com.google.protobuf.ByteString getHDRDefinitionBytes()
HDR清晰度,默认不查询,支持:all,
string HDRDefinition = 11;
Copyright © 2022. All rights reserved.