com.volcengine.service.vod.model.business.SampleSnapshotParamsOrBuilder 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_workflow.proto
package com.volcengine.service.vod.model.business;
public interface SampleSnapshotParamsOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.SampleSnapshotParams)
com.google.protobuf.MessageOrBuilder {
/**
* string Format = 1;
* @return The format.
*/
java.lang.String getFormat();
/**
* string Format = 1;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
* bool ResAdapt = 2;
* @return The resAdapt.
*/
boolean getResAdapt();
/**
* int32 ResLimit = 3;
* @return The resLimit.
*/
int getResLimit();
/**
* int32 Width = 4;
* @return The width.
*/
int getWidth();
/**
* int32 Height = 5;
* @return The height.
*/
int getHeight();
/**
* int32 CaptureNum = 6;
* @return The captureNum.
*/
int getCaptureNum();
/**
* int32 CaptureMode = 7;
* @return The captureMode.
*/
int getCaptureMode();
/**
* double Interval = 8;
* @return The interval.
*/
double getInterval();
/**
* string OutMode = 9;
* @return The outMode.
*/
java.lang.String getOutMode();
/**
* string OutMode = 9;
* @return The bytes for outMode.
*/
com.google.protobuf.ByteString
getOutModeBytes();
/**
* string FillType = 10;
* @return The fillType.
*/
java.lang.String getFillType();
/**
* string FillType = 10;
* @return The bytes for fillType.
*/
com.google.protobuf.ByteString
getFillTypeBytes();
/**
*
*采样截图自定义采样时间点
*
*
* repeated float Offsets = 11;
* @return A list containing the offsets.
*/
java.util.List getOffsetsList();
/**
*
*采样截图自定义采样时间点
*
*
* repeated float Offsets = 11;
* @return The count of offsets.
*/
int getOffsetsCount();
/**
*
*采样截图自定义采样时间点
*
*
* repeated float Offsets = 11;
* @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