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

com.byteplus.service.vod.model.business.VodAudioStreamMetaOrBuilder 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_common.proto

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

public interface VodAudioStreamMetaOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy