public interface VodCreatePlaylistRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
|
com.google.protobuf.ByteString |
getCodecBytes()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
|
String |
getCycles()
0代表无限循环,默认为0
|
com.google.protobuf.ByteString |
getCyclesBytes()
0代表无限循环,默认为0
|
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
|
com.google.protobuf.ByteString |
getEndTimeBytes()
以秒为单位的时间戳,大于StartTime
|
String |
getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
|
com.google.protobuf.ByteString |
getFormatBytes()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
|
String |
getName()
播放列表名
|
com.google.protobuf.ByteString |
getNameBytes()
播放列表名
|
String |
getSpaceName()
string SpaceName = 1; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
string SpaceName = 1; |
String |
getStartTime()
以秒为单位的时间戳
|
com.google.protobuf.ByteString |
getStartTimeBytes()
以秒为单位的时间戳
|
String |
getVids()
以,分隔,最多100个
|
com.google.protobuf.ByteString |
getVidsBytes()
以,分隔,最多100个
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSpaceName()
string SpaceName = 1;com.google.protobuf.ByteString getSpaceNameBytes()
string SpaceName = 1;String getName()
播放列表名
string Name = 2;com.google.protobuf.ByteString getNameBytes()
播放列表名
string Name = 2;String getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 3;com.google.protobuf.ByteString getFormatBytes()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 3;String getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 4;com.google.protobuf.ByteString getCodecBytes()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 4;String getDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
string Definition = 5;com.google.protobuf.ByteString getDefinitionBytes()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
string Definition = 5;String getVids()
以,分隔,最多100个
string Vids = 6;com.google.protobuf.ByteString getVidsBytes()
以,分隔,最多100个
string Vids = 6;String getStartTime()
以秒为单位的时间戳
string StartTime = 7;com.google.protobuf.ByteString getStartTimeBytes()
以秒为单位的时间戳
string StartTime = 7;String getEndTime()
以秒为单位的时间戳,大于StartTime
string EndTime = 8;com.google.protobuf.ByteString getEndTimeBytes()
以秒为单位的时间戳,大于StartTime
string EndTime = 8;String getCycles()
0代表无限循环,默认为0
string Cycles = 9;com.google.protobuf.ByteString getCyclesBytes()
0代表无限循环,默认为0
string Cycles = 9;Copyright © 2025. All rights reserved.