com.volcengine.service.live.model.business.ClosedStreamOrBuilder 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 ClosedStreamOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.ClosedStream)
com.google.protobuf.MessageOrBuilder {
/**
*
* Vhost表示视频直播服务的配置空间
*
*
* string Vhost = 1;
* @return The vhost.
*/
String getVhost();
/**
*
* Vhost表示视频直播服务的配置空间
*
*
* string Vhost = 1;
* @return The bytes for vhost.
*/
com.google.protobuf.ByteString
getVhostBytes();
/**
*
* 域名
*
*
* string Domain = 2;
* @return The domain.
*/
String getDomain();
/**
*
* 域名
*
*
* string Domain = 2;
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
*
* 应用名称
*
*
* string App = 3;
* @return The app.
*/
String getApp();
/**
*
* 应用名称
*
*
* string App = 3;
* @return The bytes for app.
*/
com.google.protobuf.ByteString
getAppBytes();
/**
*
* 流名称
*
*
* string Stream = 4;
* @return The stream.
*/
String getStream();
/**
*
* 流名称
*
*
* string Stream = 4;
* @return The bytes for stream.
*/
com.google.protobuf.ByteString
getStreamBytes();
/**
*
* 直播流开始时间
*
*
* string StartTime = 5;
* @return The startTime.
*/
String getStartTime();
/**
*
* 直播流开始时间
*
*
* string StartTime = 5;
* @return The bytes for startTime.
*/
com.google.protobuf.ByteString
getStartTimeBytes();
/**
*
* 直播流结束时间
*
*
* string EndTime = 6;
* @return The endTime.
*/
String getEndTime();
/**
*
* 直播流结束时间
*
*
* string EndTime = 6;
* @return The bytes for endTime.
*/
com.google.protobuf.ByteString
getEndTimeBytes();
/**
*
* 表示推流方式,缺省情况查询全部推流方式。支持如下取值。
*<li>push:直推流;
*<li>relay:回源流。
*
*
* string SourceType = 7;
* @return The sourceType.
*/
String getSourceType();
/**
*
* 表示推流方式,缺省情况查询全部推流方式。支持如下取值。
*<li>push:直推流;
*<li>relay:回源流。
*
*
* string SourceType = 7;
* @return The bytes for sourceType.
*/
com.google.protobuf.ByteString
getSourceTypeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy