com.volcengine.service.vod.model.business.VodFrameDataForAuditOrBuilder 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 VodFrameDataForAuditOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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