com.byteplus.service.vod.model.business.VodGetOriginalPlayInfoResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_play.proto
package com.byteplus.service.vod.model.business;
public interface VodGetOriginalPlayInfoResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodGetOriginalPlayInfoResult)
com.google.protobuf.MessageOrBuilder {
/**
*
*返回的媒体类型(video/audio)
*
*
* string FileType = 1;
* @return The fileType.
*/
java.lang.String getFileType();
/**
*
*返回的媒体类型(video/audio)
*
*
* string FileType = 1;
* @return The bytes for fileType.
*/
com.google.protobuf.ByteString
getFileTypeBytes();
/**
*
*视频时长(单位:s)
*
*
* float Duration = 2;
* @return The duration.
*/
float getDuration();
/**
*
*视频文件大小
*
*
* double Size = 3;
* @return The size.
*/
double getSize();
/**
*
*视频高度
*
*
* int32 Height = 4;
* @return The height.
*/
int getHeight();
/**
*
*视频宽度
*
*
* int32 Width = 5;
* @return The width.
*/
int getWidth();
/**
*
*视频格式
*
*
* string Format = 6;
* @return The format.
*/
java.lang.String getFormat();
/**
*
*视频格式
*
*
* string Format = 6;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
*
*编码类型
*
*
* string Codec = 7;
* @return The codec.
*/
java.lang.String getCodec();
/**
*
*编码类型
*
*
* string Codec = 7;
* @return The bytes for codec.
*/
com.google.protobuf.ByteString
getCodecBytes();
/**
*
*码率(Kbps)
*
*
* int32 Bitrate = 8;
* @return The bitrate.
*/
int getBitrate();
/**
*
* hash值
*
*
* string Md5 = 9;
* @return The md5.
*/
java.lang.String getMd5();
/**
*
* hash值
*
*
* string Md5 = 9;
* @return The bytes for md5.
*/
com.google.protobuf.ByteString
getMd5Bytes();
/**
*
*主播放地址
*
*
* string MainPlayUrl = 10;
* @return The mainPlayUrl.
*/
java.lang.String getMainPlayUrl();
/**
*
*主播放地址
*
*
* string MainPlayUrl = 10;
* @return The bytes for mainPlayUrl.
*/
com.google.protobuf.ByteString
getMainPlayUrlBytes();
/**
*
*备用播放地址
*
*
* string BackupPlayUrl = 11;
* @return The backupPlayUrl.
*/
java.lang.String getBackupPlayUrl();
/**
*
*备用播放地址
*
*
* string BackupPlayUrl = 11;
* @return The bytes for backupPlayUrl.
*/
com.google.protobuf.ByteString
getBackupPlayUrlBytes();
}