All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.TranscodeAudioOverrideOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_workflow.proto

package com.byteplus.service.vod.model.business;

public interface TranscodeAudioOverrideOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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); /** * .Byteplus.Vod.Models.Business.Clip Clip = 2; * @return Whether the clip field is set. */ boolean hasClip(); /** * .Byteplus.Vod.Models.Business.Clip Clip = 2; * @return The clip. */ com.byteplus.service.vod.model.business.Clip getClip(); /** * .Byteplus.Vod.Models.Business.Clip Clip = 2; */ com.byteplus.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