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

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

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

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

  /**
   * 
   * 弹幕蒙板版本v1,v2...
   * 
* * string Version = 1; * @return The version. */ java.lang.String getVersion(); /** *
   * 弹幕蒙板版本v1,v2...
   * 
* * string Version = 1; * @return The bytes for version. */ com.google.protobuf.ByteString getVersionBytes(); /** *
   * 弹幕蒙板url
   * 
* * string BarrageMaskUrl = 2; * @return The barrageMaskUrl. */ java.lang.String getBarrageMaskUrl(); /** *
   * 弹幕蒙板url
   * 
* * string BarrageMaskUrl = 2; * @return The bytes for barrageMaskUrl. */ com.google.protobuf.ByteString getBarrageMaskUrlBytes(); /** *
   * 弹幕蒙板文件Id
   * 
* * string FileId = 3; * @return The fileId. */ java.lang.String getFileId(); /** *
   * 弹幕蒙板文件Id
   * 
* * string FileId = 3; * @return The bytes for fileId. */ com.google.protobuf.ByteString getFileIdBytes(); /** *
   * 弹幕蒙板文件大小
   * 
* * double FileSize = 4; * @return The fileSize. */ double getFileSize(); /** *
   * 弹幕蒙板文件哈希
   * 
* * string FileHash = 5; * @return The fileHash. */ java.lang.String getFileHash(); /** *
   * 弹幕蒙板文件哈希
   * 
* * string FileHash = 5; * @return The bytes for fileHash. */ com.google.protobuf.ByteString getFileHashBytes(); /** *
   * 弹幕蒙板文件更新日期
   * 
* * string UpdatedAt = 6; * @return The updatedAt. */ java.lang.String getUpdatedAt(); /** *
   * 弹幕蒙板文件更新日期
   * 
* * string UpdatedAt = 6; * @return The bytes for updatedAt. */ com.google.protobuf.ByteString getUpdatedAtBytes(); /** *
   * 弹幕蒙板文件码率
   * 
* * int32 Bitrate = 7; * @return The bitrate. */ int getBitrate(); /** *
   * 弹幕蒙板文件头部大小
   * 
* * double HeadLen = 8; * @return The headLen. */ double getHeadLen(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy