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

com.byteplus.model.live.v20200801.GeneratePlayURLResResultURLListItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;

/**
 * GeneratePlayURLResResultURLListItem
 */
@lombok.Data
public final class GeneratePlayURLResResultURLListItem  {

    /**
     * 

生成的拉流地址

*/ @com.alibaba.fastjson.annotation.JSONField(name = "URL") private String uRL; /** *

CDN 类型。

* *

- fcdn:火山引擎流媒体直播 CDN;

* *

- 3rd:第三方 CDN。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CDN") private String cDN; /** *

协议类型,包括 hls、flv 和 rtmp

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Protocol") private String protocol; /** *

地址类型,可能的值为:

* *

- push:推流;

* *

- pull:拉流;

* *

- 3rd_play(relay_source):第三方回源;

* *

- 3rd_play(relay_sink):第三方转推。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Type") private String type; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy