com.volcengine.service.vod.model.business.VodVolumeInfoOrBuilder 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 VodVolumeInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodVolumeInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*响度
*
*
* double Loudness = 1;
* @return The loudness.
*/
double getLoudness();
/**
*
*峰值
*
*
* double Peak = 2;
* @return The peak.
*/
double getPeak();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy