com.volcengine.service.live.model.business.PlayURLOrBuilder 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 PlayURLOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.PlayURL)
com.google.protobuf.MessageOrBuilder {
/**
*
*播放地址
*
*
* string URL = 1;
* @return The uRL.
*/
String getURL();
/**
*
*播放地址
*
*
* string URL = 1;
* @return The bytes for uRL.
*/
com.google.protobuf.ByteString
getURLBytes();
/**
*
* CDN类型:fcdn、hw、ws、ali
*
*
* string CDN = 2;
* @return The cDN.
*/
String getCDN();
/**
*
* CDN类型:fcdn、hw、ws、ali
*
*
* string CDN = 2;
* @return The bytes for cDN.
*/
com.google.protobuf.ByteString
getCDNBytes();
/**
*
*协议类型:hls、rtmp、flv、udp
*
*
* string Protocol = 3;
* @return The protocol.
*/
String getProtocol();
/**
*
*协议类型:hls、rtmp、flv、udp
*
*
* string Protocol = 3;
* @return The bytes for protocol.
*/
com.google.protobuf.ByteString
getProtocolBytes();
/**
*
*地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
*
*
* string Type = 4;
* @return The type.
*/
String getType();
/**
*
*地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
*
*
* string Type = 4;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy