com.volcengine.service.vod.model.business.VodAudioStreamMetaOrBuilder 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_common.proto
package com.volcengine.service.vod.model.business;
public interface VodAudioStreamMetaOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodAudioStreamMeta)
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();
/**
*
*音频时长
*
*
* float Duration = 2;
* @return The duration.
*/
float getDuration();
/**
*
*音频采样率
*
*
* int32 SampleRate = 3;
* @return The sampleRate.
*/
int getSampleRate();
/**
*
*音频码率(Kbps)
*
*
* int32 Bitrate = 4;
* @return The bitrate.
*/
int getBitrate();
/**
*
*音频质量
*
*
* string Quality = 5;
* @return The quality.
*/
java.lang.String getQuality();
/**
*
*音频质量
*
*
* string Quality = 5;
* @return The bytes for quality.
*/
com.google.protobuf.ByteString
getQualityBytes();
/**
*
*声道数
*
*
* int32 Channels = 6;
* @return The channels.
*/
int getChannels();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy