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

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

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

public interface VodAudioInfoForAuditOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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