com.volcengine.service.vod.model.business.VodAudioInfoForAuditOrBuilder 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_media.proto
package com.volcengine.service.vod.model.business;
public interface VodAudioInfoForAuditOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodAudioInfoForAudit)
com.google.protobuf.MessageOrBuilder {
/**
*
*审核音频存储的URI
*
*
* string StoreUri = 1;
* @return The storeUri.
*/
java.lang.String getStoreUri();
/**
*
*审核音频存储的URI
*
*
* string StoreUri = 1;
* @return The bytes for storeUri.
*/
com.google.protobuf.ByteString
getStoreUriBytes();
/**
*
*音频时长(ms)
*
*
* double Duration = 2;
* @return The duration.
*/
double getDuration();
/**
*
*格式:wav
*
*
* string Format = 3;
* @return The format.
*/
java.lang.String getFormat();
/**
*
*格式:wav
*
*
* string Format = 3;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy