All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.live.model.business.GeneratePlayURLResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// 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 getURLListOrBuilderList(); /** *
   *播放地址详情列表
   * 
* * repeated .Volcengine.Live.Models.Business.PlayURL URLList = 1; */ PlayURLOrBuilder getURLListOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy