com.volcengine.service.vod.model.business.TranscodeAudioOverrideOrBuilder 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 TranscodeAudioOverrideOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.TranscodeAudioOverride)
com.google.protobuf.MessageOrBuilder {
/**
*
* 被覆盖的音频模板Id, 支持ALL
*
*
* repeated string TemplateId = 1;
* @return A list containing the templateId.
*/
java.util.List
getTemplateIdList();
/**
*
* 被覆盖的音频模板Id, 支持ALL
*
*
* repeated string TemplateId = 1;
* @return The count of templateId.
*/
int getTemplateIdCount();
/**
*
* 被覆盖的音频模板Id, 支持ALL
*
*
* repeated string TemplateId = 1;
* @param index The index of the element to return.
* @return The templateId at the given index.
*/
java.lang.String getTemplateId(int index);
/**
*
* 被覆盖的音频模板Id, 支持ALL
*
*
* repeated string TemplateId = 1;
* @param index The index of the value to return.
* @return The bytes of the templateId at the given index.
*/
com.google.protobuf.ByteString
getTemplateIdBytes(int index);
/**
* .Volcengine.Vod.Models.Business.Clip Clip = 2;
* @return Whether the clip field is set.
*/
boolean hasClip();
/**
* .Volcengine.Vod.Models.Business.Clip Clip = 2;
* @return The clip.
*/
com.volcengine.service.vod.model.business.Clip getClip();
/**
* .Volcengine.Vod.Models.Business.Clip Clip = 2;
*/
com.volcengine.service.vod.model.business.ClipOrBuilder getClipOrBuilder();
/**
*
* 文件名
*
*
* string FileName = 3;
* @return The fileName.
*/
java.lang.String getFileName();
/**
*
* 文件名
*
*
* string FileName = 3;
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString
getFileNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy