com.volcengine.service.live.model.business.GeneratePlayURLResultOrBuilder 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 GeneratePlayURLResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.GeneratePlayURLResult)
com.google.protobuf.MessageOrBuilder {
/**
*
*播放地址详情列表
*
*
* repeated .Volcengine.Live.Models.Business.PlayURL URLList = 1;
*/
java.util.List
getURLListList();
/**
*
*播放地址详情列表
*
*
* repeated .Volcengine.Live.Models.Business.PlayURL URLList = 1;
*/
PlayURL getURLList(int index);
/**
*
*播放地址详情列表
*
*
* repeated .Volcengine.Live.Models.Business.PlayURL URLList = 1;
*/
int getURLListCount();
/**
*
*播放地址详情列表
*
*
* repeated .Volcengine.Live.Models.Business.PlayURL URLList = 1;
*/
java.util.List extends PlayURLOrBuilder>
getURLListOrBuilderList();
/**
*
*播放地址详情列表
*
*
* repeated .Volcengine.Live.Models.Business.PlayURL URLList = 1;
*/
PlayURLOrBuilder getURLListOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy