com.volcengine.service.live.model.business.GeneratePushURLResultOrBuilder 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/addr.proto
package com.volcengine.service.live.model.business;
public interface GeneratePushURLResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.GeneratePushURLResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* rtmp 推流地址列表
*
*
* repeated string PushURLList = 1;
* @return A list containing the pushURLList.
*/
java.util.List
getPushURLListList();
/**
*
* rtmp 推流地址列表
*
*
* repeated string PushURLList = 1;
* @return The count of pushURLList.
*/
int getPushURLListCount();
/**
*
* rtmp 推流地址列表
*
*
* repeated string PushURLList = 1;
* @param index The index of the element to return.
* @return The pushURLList at the given index.
*/
String getPushURLList(int index);
/**
*
* rtmp 推流地址列表
*
*
* repeated string PushURLList = 1;
* @param index The index of the value to return.
* @return The bytes of the pushURLList at the given index.
*/
com.google.protobuf.ByteString
getPushURLListBytes(int index);
/**
*
* rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
*
*
* repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;
*/
java.util.List
getPushURLListDetailList();
/**
*
* rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
*
*
* repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;
*/
PushURLItem getPushURLListDetail(int index);
/**
*
* rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
*
*
* repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;
*/
int getPushURLListDetailCount();
/**
*
* rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
*
*
* repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;
*/
java.util.List extends PushURLItemOrBuilder>
getPushURLListDetailOrBuilderList();
/**
*
* rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
*
*
* repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;
*/
PushURLItemOrBuilder getPushURLListDetailOrBuilder(
int index);
/**
*
* TS over SRT地址
*
*
* repeated string TsOverSrtURLList = 3;
* @return A list containing the tsOverSrtURLList.
*/
java.util.List
getTsOverSrtURLListList();
/**
*
* TS over SRT地址
*
*
* repeated string TsOverSrtURLList = 3;
* @return The count of tsOverSrtURLList.
*/
int getTsOverSrtURLListCount();
/**
*
* TS over SRT地址
*
*
* repeated string TsOverSrtURLList = 3;
* @param index The index of the element to return.
* @return The tsOverSrtURLList at the given index.
*/
String getTsOverSrtURLList(int index);
/**
*
* TS over SRT地址
*
*
* repeated string TsOverSrtURLList = 3;
* @param index The index of the value to return.
* @return The bytes of the tsOverSrtURLList at the given index.
*/
com.google.protobuf.ByteString
getTsOverSrtURLListBytes(int index);
/**
*
* RTMP over SRT地址
*
*
* repeated string RtmpOverSrtURLList = 4;
* @return A list containing the rtmpOverSrtURLList.
*/
java.util.List
getRtmpOverSrtURLListList();
/**
*
* RTMP over SRT地址
*
*
* repeated string RtmpOverSrtURLList = 4;
* @return The count of rtmpOverSrtURLList.
*/
int getRtmpOverSrtURLListCount();
/**
*
* RTMP over SRT地址
*
*
* repeated string RtmpOverSrtURLList = 4;
* @param index The index of the element to return.
* @return The rtmpOverSrtURLList at the given index.
*/
String getRtmpOverSrtURLList(int index);
/**
*
* RTMP over SRT地址
*
*
* repeated string RtmpOverSrtURLList = 4;
* @param index The index of the value to return.
* @return The bytes of the rtmpOverSrtURLList at the given index.
*/
com.google.protobuf.ByteString
getRtmpOverSrtURLListBytes(int index);
/**
*
* RTM推流地址
*
*
* repeated string RtmURLList = 5;
* @return A list containing the rtmURLList.
*/
java.util.List
getRtmURLListList();
/**
*
* RTM推流地址
*
*
* repeated string RtmURLList = 5;
* @return The count of rtmURLList.
*/
int getRtmURLListCount();
/**
*
* RTM推流地址
*
*
* repeated string RtmURLList = 5;
* @param index The index of the element to return.
* @return The rtmURLList at the given index.
*/
String getRtmURLList(int index);
/**
*
* RTM推流地址
*
*
* repeated string RtmURLList = 5;
* @param index The index of the value to return.
* @return The bytes of the rtmURLList at the given index.
*/
com.google.protobuf.ByteString
getRtmURLListBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy