com.volcengine.service.vod.model.request.VodGetSmartStrategyLitePlayInfoRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodGetSmartStrategyLitePlayInfoRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodGetSmartStrategyLitePlayInfoRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 播放url
*
*
* string PlayUrl = 1;
* @return The playUrl.
*/
java.lang.String getPlayUrl();
/**
*
* 播放url
*
*
* string PlayUrl = 1;
* @return The bytes for playUrl.
*/
com.google.protobuf.ByteString
getPlayUrlBytes();
/**
*
* 封装格式,支持mp4,dash,hls,默认mp4Format
*
*
* string Format = 2;
* @return The format.
*/
java.lang.String getFormat();
/**
*
* 封装格式,支持mp4,dash,hls,默认mp4Format
*
*
* string Format = 2;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
*
* 编码类型,默认h264,可选值为h264,bytevc1等Codec
*
*
* string Codec = 3;
* @return The codec.
*/
java.lang.String getCodec();
/**
*
* 编码类型,默认h264,可选值为h264,bytevc1等Codec
*
*
* string Codec = 3;
* @return The bytes for codec.
*/
com.google.protobuf.ByteString
getCodecBytes();
/**
*
* 视频流清晰度,默认返回全部,支持:240p,360p,480p,540p,720p,1080p,
* 2k, 4k
*
*
* string Definition = 4;
* @return The definition.
*/
java.lang.String getDefinition();
/**
*
* 视频流清晰度,默认返回全部,支持:240p,360p,480p,540p,720p,1080p,
* 2k, 4k
*
*
* string Definition = 4;
* @return The bytes for definition.
*/
com.google.protobuf.ByteString
getDefinitionBytes();
/**
*
* 流文件类型,默认video,支持:加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio
*
*
* string FileType = 5;
* @return The fileType.
*/
java.lang.String getFileType();
/**
*
* 流文件类型,默认video,支持:加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio
*
*
* string FileType = 5;
* @return The bytes for fileType.
*/
com.google.protobuf.ByteString
getFileTypeBytes();
/**
*
* 水印贴片标签
*
*
* string LogoType = 6;
* @return The logoType.
*/
java.lang.String getLogoType();
/**
*
* 水印贴片标签
*
*
* string LogoType = 6;
* @return The bytes for logoType.
*/
com.google.protobuf.ByteString
getLogoTypeBytes();
/**
*
* 返回https播放地址,默认否, 1-是;0-否
*
*
* string Ssl = 7;
* @return The ssl.
*/
java.lang.String getSsl();
/**
*
* 返回https播放地址,默认否, 1-是;0-否
*
*
* string Ssl = 7;
* @return The bytes for ssl.
*/
com.google.protobuf.ByteString
getSslBytes();
/**
*
* 是否需要雪碧图(缩略图),默认否,1-是;0-否
*
*
* string NeedThumbs = 8;
* @return The needThumbs.
*/
java.lang.String getNeedThumbs();
/**
*
* 是否需要雪碧图(缩略图),默认否,1-是;0-否
*
*
* string NeedThumbs = 8;
* @return The bytes for needThumbs.
*/
com.google.protobuf.ByteString
getNeedThumbsBytes();
/**
*
* 是否需要蒙版弹幕,默认否,1-是;0-否
*
*
* string NeedBarrageMask = 9;
* @return The needBarrageMask.
*/
java.lang.String getNeedBarrageMask();
/**
*
* 是否需要蒙版弹幕,默认否,1-是;0-否
*
*
* string NeedBarrageMask = 9;
* @return The bytes for needBarrageMask.
*/
com.google.protobuf.ByteString
getNeedBarrageMaskBytes();
/**
*
* 唯一性标识信息
*
*
* string UnionInfo = 10;
* @return The unionInfo.
*/
java.lang.String getUnionInfo();
/**
*
* 唯一性标识信息
*
*
* string UnionInfo = 10;
* @return The bytes for unionInfo.
*/
com.google.protobuf.ByteString
getUnionInfoBytes();
/**
*
* HDR清晰度,默认不查询,支持:all,
* 240p,360p, 420p,480p,540p,720p,1080p, 2k, 4k, od, oe
*
*
* string HDRDefinition = 11;
* @return The hDRDefinition.
*/
java.lang.String getHDRDefinition();
/**
*
* HDR清晰度,默认不查询,支持:all,
* 240p,360p, 420p,480p,540p,720p,1080p, 2k, 4k, od, oe
*
*
* string HDRDefinition = 11;
* @return The bytes for hDRDefinition.
*/
com.google.protobuf.ByteString
getHDRDefinitionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy