com.volcengine.service.vod.model.business.VodSamplePosterSnapshotOrBuilder 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/business/vod_media.proto
package com.volcengine.service.vod.model.business;
public interface VodSamplePosterSnapshotOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodSamplePosterSnapshot)
com.google.protobuf.MessageOrBuilder {
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @return A list containing the storeUris.
*/
java.util.List
getStoreUrisList();
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @return The count of storeUris.
*/
int getStoreUrisCount();
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param index The index of the element to return.
* @return The storeUris at the given index.
*/
java.lang.String getStoreUris(int index);
/**
*
*多张雪碧图地址,item为string
*
*
* repeated string StoreUris = 1;
* @param index The index of the value to return.
* @return The bytes of the storeUris at the given index.
*/
com.google.protobuf.ByteString
getStoreUrisBytes(int index);
/**
*
*小图数量
*
*
* int32 ImgNum = 2;
* @return The imgNum.
*/
int getImgNum();
/**
*
*小图宽
*
*
* int32 CellWidth = 3;
* @return The cellWidth.
*/
int getCellWidth();
/**
*
*小图高
*
*
* int32 CellHeight = 4;
* @return The cellHeight.
*/
int getCellHeight();
/**
*
*截图间隔
*
*
* float Interval = 5;
* @return The interval.
*/
float getInterval();
/**
*
*格式,目前默认 'jpg'
*
*
* string Format = 6;
* @return The format.
*/
java.lang.String getFormat();
/**
*
*格式,目前默认 'jpg'
*
*
* string Format = 6;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
*
*视频时长
*
*
* float Duration = 7;
* @return The duration.
*/
float getDuration();
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @return A list containing the urls.
*/
java.util.List
getUrlsList();
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @return The count of urls.
*/
int getUrlsCount();
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param index The index of the element to return.
* @return The urls at the given index.
*/
java.lang.String getUrls(int index);
/**
*
*图片地址列表
*
*
* repeated string Urls = 8;
* @param index The index of the value to return.
* @return The bytes of the urls at the given index.
*/
com.google.protobuf.ByteString
getUrlsBytes(int index);
/**
*
*大量截图结果文件uri
*
*
* string LargeSnapshotUri = 9;
* @return The largeSnapshotUri.
*/
java.lang.String getLargeSnapshotUri();
/**
*
*大量截图结果文件uri
*
*
* string LargeSnapshotUri = 9;
* @return The bytes for largeSnapshotUri.
*/
com.google.protobuf.ByteString
getLargeSnapshotUriBytes();
/**
*
*大量截图结果文件下载地址
*
*
* string LargeSnapshotDownloadUrl = 10;
* @return The largeSnapshotDownloadUrl.
*/
java.lang.String getLargeSnapshotDownloadUrl();
/**
*
*大量截图结果文件下载地址
*
*
* string LargeSnapshotDownloadUrl = 10;
* @return The bytes for largeSnapshotDownloadUrl.
*/
com.google.protobuf.ByteString
getLargeSnapshotDownloadUrlBytes();
/**
*
*大量截图结果处理模版
*
*
* string LargeSnapshotFillType = 11;
* @return The largeSnapshotFillType.
*/
java.lang.String getLargeSnapshotFillType();
/**
*
*大量截图结果处理模版
*
*
* string LargeSnapshotFillType = 11;
* @return The bytes for largeSnapshotFillType.
*/
com.google.protobuf.ByteString
getLargeSnapshotFillTypeBytes();
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @return A list containing the offsets.
*/
java.util.List getOffsetsList();
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @return The count of offsets.
*/
int getOffsetsCount();
/**
*
*偏移量
*
*
* repeated float Offsets = 12;
* @param index The index of the element to return.
* @return The offsets at the given index.
*/
float getOffsets(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy