net.polyv.live.v1.entity.channel.operate
类 LiveChannelResponse

java.lang.Object
  继承者 net.polyv.live.v1.entity.channel.operate.LiveChannelResponse

public class LiveChannelResponse
extends Object

创建直播频道返回实体


字段摘要
protected  Integer advertDuration
          广告时长
protected  String advertFlvUrl
          视频广告链接
protected  String advertFlvVid
          视频广告ID
protected  Integer advertHeight
          广告区域高度
protected  String advertHref
          广告的跳转链接
protected  String advertImage
          图片广告
protected  String advertType
          广告类型
protected  Integer advertWidth
          广告区域宽度
protected  Boolean autoPlay
          自动播放
protected  String channelId
          频道号
protected  String coverHref
          封面图的跳转链接
protected  String coverImage
          播放前显示的封面图
protected  Long currentTimeMillis
          服务器返回的时间戳(毫秒)
protected  String cutoffHref
          切断流时显示图片的跳转链接
protected  String cutoffImage
          切断流时的显示图片
protected  String description
          频道描述
protected  String isLowLatency
          低延迟
protected  String isOnlyAudio
          仅推音频流
protected  String logoHref
          Logo的跳转链接
protected  String logoImage
          LOGO图片
protected  Integer logoOpacity
          LOGO透明度
protected  String logoPosition
          LOGO位置
protected  String m3u8Url
          直播拉流(播放)m3u8地址
protected  String m3u8Url1
          直播拉流(播放)m3u8地址1
protected  String m3u8Url2
          直播拉流(播放)m3u8地址2
protected  String m3u8Url3
          直播拉流(播放)m3u8地址3
protected  String name
          频道名称
protected  String passwdEncrypted
          观看密码加密后的密文
protected  Boolean passwdRestrict
          观看密码限制,需要输入观看密码才能播放流
protected  String playerColor
          播放器控制栏颜色
protected  String stream
          直播流名称
protected  String url
          直播推流地址
protected  String userId
          用户Id
protected  String waitHref
          等待推流时显示图片的跳转链接
protected  String waitImage
          等待推流时的显示图片
protected  String warmUpFlv
          一开始的暖场视频
 
构造方法摘要
LiveChannelResponse()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

channelId

protected String channelId
频道号


userId

protected String userId
用户Id


name

protected String name
频道名称


description

protected String description
频道描述


url

protected String url
直播推流地址


stream

protected String stream
直播流名称


logoImage

protected String logoImage
LOGO图片


logoOpacity

protected Integer logoOpacity
LOGO透明度


logoPosition

protected String logoPosition
LOGO位置


logoHref

protected String logoHref
Logo的跳转链接


coverImage

protected String coverImage
播放前显示的封面图


coverHref

protected String coverHref
封面图的跳转链接


waitImage

protected String waitImage
等待推流时的显示图片


waitHref

protected String waitHref
等待推流时显示图片的跳转链接


cutoffImage

protected String cutoffImage
切断流时的显示图片


cutoffHref

protected String cutoffHref
切断流时显示图片的跳转链接


advertType

protected String advertType
广告类型


advertDuration

protected Integer advertDuration
广告时长


advertWidth

protected Integer advertWidth
广告区域宽度


advertHeight

protected Integer advertHeight
广告区域高度


advertImage

protected String advertImage
图片广告


advertHref

protected String advertHref
广告的跳转链接


advertFlvVid

protected String advertFlvVid
视频广告ID


advertFlvUrl

protected String advertFlvUrl
视频广告链接


playerColor

protected String playerColor
播放器控制栏颜色


autoPlay

protected Boolean autoPlay
自动播放


warmUpFlv

protected String warmUpFlv
一开始的暖场视频


passwdRestrict

protected Boolean passwdRestrict
观看密码限制,需要输入观看密码才能播放流


passwdEncrypted

protected String passwdEncrypted
观看密码加密后的密文


isOnlyAudio

protected String isOnlyAudio
仅推音频流


isLowLatency

protected String isLowLatency
低延迟


m3u8Url

protected String m3u8Url
直播拉流(播放)m3u8地址


m3u8Url1

protected String m3u8Url1
直播拉流(播放)m3u8地址1


m3u8Url2

protected String m3u8Url2
直播拉流(播放)m3u8地址2


m3u8Url3

protected String m3u8Url3
直播拉流(播放)m3u8地址3


currentTimeMillis

protected Long currentTimeMillis
服务器返回的时间戳(毫秒)

构造方法详细信息

LiveChannelResponse

public LiveChannelResponse()


Copyright © 2020. All Rights Reserved.