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

com.volcengine.service.vod.model.business.AudioOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// 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 AudioOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.Audio)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Codec = 1;
   * @return The codec.
   */
  java.lang.String getCodec();
  /**
   * string Codec = 1;
   * @return The bytes for codec.
   */
  com.google.protobuf.ByteString
      getCodecBytes();

  /**
   * int32 SampleRate = 2;
   * @return The sampleRate.
   */
  int getSampleRate();

  /**
   * string RateControlMode = 3;
   * @return The rateControlMode.
   */
  java.lang.String getRateControlMode();
  /**
   * string RateControlMode = 3;
   * @return The bytes for rateControlMode.
   */
  com.google.protobuf.ByteString
      getRateControlModeBytes();

  /**
   * int32 Bitrate = 4;
   * @return The bitrate.
   */
  int getBitrate();

  /**
   * int32 MinRate = 5;
   * @return The minRate.
   */
  int getMinRate();

  /**
   * int32 MaxRate = 6;
   * @return The maxRate.
   */
  int getMaxRate();

  /**
   * int32 Channels = 7;
   * @return The channels.
   */
  int getChannels();

  /**
   * string Profile = 8;
   * @return The profile.
   */
  java.lang.String getProfile();
  /**
   * string Profile = 8;
   * @return The bytes for profile.
   */
  com.google.protobuf.ByteString
      getProfileBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy