com.volcengine.service.vod.model.business.VolumeOrBuilder 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 VolumeOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.Volume)
com.google.protobuf.MessageOrBuilder {
/**
* string Method = 1;
* @return The method.
*/
java.lang.String getMethod();
/**
* string Method = 1;
* @return The bytes for method.
*/
com.google.protobuf.ByteString
getMethodBytes();
/**
* double IntegratedLoudness = 2;
* @return The integratedLoudness.
*/
double getIntegratedLoudness();
/**
* double TruePeak = 3;
* @return The truePeak.
*/
double getTruePeak();
/**
* double Volume = 4;
* @return The volume.
*/
double getVolume();
/**
* double VolumeTime = 5;
* @return The volumeTime.
*/
double getVolumeTime();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy