com.volcengine.service.live.model.business.StreamInfoListOrBuilder 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: live/business/stream_manage.proto
package com.volcengine.service.live.model.business;
public interface StreamInfoListOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.StreamInfoList)
com.google.protobuf.MessageOrBuilder {
/**
*
*流ID
*
*
* int64 ID = 1;
* @return The iD.
*/
long getID();
/**
*
* 域名空间名称
*
*
* string Vhost = 2;
* @return The vhost.
*/
String getVhost();
/**
*
* 域名空间名称
*
*
* string Vhost = 2;
* @return The bytes for vhost.
*/
com.google.protobuf.ByteString
getVhostBytes();
/**
*
* 域名
*
*
* string Domain = 3;
* @return The domain.
*/
String getDomain();
/**
*
* 域名
*
*
* string Domain = 3;
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
*
* 应用名称
*
*
* string App = 4;
* @return The app.
*/
String getApp();
/**
*
* 应用名称
*
*
* string App = 4;
* @return The bytes for app.
*/
com.google.protobuf.ByteString
getAppBytes();
/**
*
* 流名称
*
*
* string Stream = 5;
* @return The stream.
*/
String getStream();
/**
*
* 流名称
*
*
* string Stream = 5;
* @return The bytes for stream.
*/
com.google.protobuf.ByteString
getStreamBytes();
/**
*
* 开始推流时间
*
*
* string SessionStartTime = 6;
* @return The sessionStartTime.
*/
String getSessionStartTime();
/**
*
* 开始推流时间
*
*
* string SessionStartTime = 6;
* @return The bytes for sessionStartTime.
*/
com.google.protobuf.ByteString
getSessionStartTimeBytes();
/**
*
* 在线人数
*
*
* int64 OnlineUser = 7;
* @return The onlineUser.
*/
long getOnlineUser();
/**
*
* 带宽
*
*
* int64 BandWidth = 8;
* @return The bandWidth.
*/
long getBandWidth();
/**
*
* 码率
*
*
* int64 Bitrate = 9;
* @return The bitrate.
*/
long getBitrate();
/**
*
* 帧率
*
*
* int64 Framerate = 10;
* @return The framerate.
*/
long getFramerate();
/**
*
* 预览地址
*
*
* string PreviewURL = 11;
* @return The previewURL.
*/
String getPreviewURL();
/**
*
* 预览地址
*
*
* string PreviewURL = 11;
* @return The bytes for previewURL.
*/
com.google.protobuf.ByteString
getPreviewURLBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy