com.volcengine.service.vod.model.business.AudioOrBuilder 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 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