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

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

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

public interface VolumeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VolumeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 响度, 单位:LUFS
   * 
* * double Loudness = 1; * @return The loudness. */ double getLoudness(); /** *
   * 峰值,范围:(0, 1.0], 峰值归一化
   * 
* * double Peak = 2; * @return The peak. */ double getPeak(); /** *
   * 均值,单位:dB
   * 
* * double MeanVolume = 3; * @return The meanVolume. */ double getMeanVolume(); /** *
   * 最大值,单位:dB
   * 
* * double MaxVolume = 4; * @return The maxVolume. */ double getMaxVolume(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy