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

com.byteplus.service.vod.model.business.VodFrameDataForAuditOrBuilder 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 VodFrameDataForAuditOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodFrameDataForAudit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * URI of frame store
   * 
* * string StoreUri = 1; * @return The storeUri. */ java.lang.String getStoreUri(); /** *
   * URI of frame store
   * 
* * string StoreUri = 1; * @return The bytes for storeUri. */ com.google.protobuf.ByteString getStoreUriBytes(); /** *
   *帧号
   * 
* * int32 FrameNumber = 2; * @return The frameNumber. */ int getFrameNumber(); /** *
   *帧对应时间(ms)
   * 
* * double CutTimeMill = 3; * @return The cutTimeMill. */ double getCutTimeMill(); /** *
   *图片宽度
   * 
* * int32 Width = 4; * @return The width. */ int getWidth(); /** *
   *图片高度
   * 
* * int32 Height = 5; * @return The height. */ int getHeight(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy