public interface VodCreatePlaylistRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3; |
com.google.protobuf.ByteString |
getCodecBytes()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3; |
String |
getCycles()
0代表无限循环,默认为0
string Cycles = 8; |
com.google.protobuf.ByteString |
getCyclesBytes()
0代表无限循环,默认为0
string Cycles = 8; |
String |
getDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
com.google.protobuf.ByteString |
getDefinitionBytes()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
String |
getEndTime()
以秒为单位的时间戳,大于StartTime
string EndTime = 7; |
com.google.protobuf.ByteString |
getEndTimeBytes()
以秒为单位的时间戳,大于StartTime
string EndTime = 7; |
String |
getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2; |
com.google.protobuf.ByteString |
getFormatBytes()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2; |
String |
getName()
播放列表名
string Name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
播放列表名
string Name = 1; |
String |
getStartTime()
以秒为单位的时间戳
string StartTime = 6; |
com.google.protobuf.ByteString |
getStartTimeBytes()
以秒为单位的时间戳
string StartTime = 6; |
String |
getVids()
以,分隔,最多100个
string Vids = 5; |
com.google.protobuf.ByteString |
getVidsBytes()
以,分隔,最多100个
string Vids = 5; |
String getName()
播放列表名
string Name = 1;com.google.protobuf.ByteString getNameBytes()
播放列表名
string Name = 1;String getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2;com.google.protobuf.ByteString getFormatBytes()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2;String getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3;com.google.protobuf.ByteString getCodecBytes()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3;String getDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
string Definition = 4;com.google.protobuf.ByteString getDefinitionBytes()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
string Definition = 4;String getVids()
以,分隔,最多100个
string Vids = 5;com.google.protobuf.ByteString getVidsBytes()
以,分隔,最多100个
string Vids = 5;String getStartTime()
以秒为单位的时间戳
string StartTime = 6;com.google.protobuf.ByteString getStartTimeBytes()
以秒为单位的时间戳
string StartTime = 6;String getEndTime()
以秒为单位的时间戳,大于StartTime
string EndTime = 7;com.google.protobuf.ByteString getEndTimeBytes()
以秒为单位的时间戳,大于StartTime
string EndTime = 7;String getCycles()
0代表无限循环,默认为0
string Cycles = 8;com.google.protobuf.ByteString getCyclesBytes()
0代表无限循环,默认为0
string Cycles = 8;Copyright © 2024. All rights reserved.