\OSS\ModelGetLiveChannelInfo

Class GetLiveChannelInfo

Summary

Methods
Properties
Constants
getDescription()
getStatus()
getType()
getFragDuration()
getFragCount()
getPlayListName()
parseFromXml()
serializeToXml()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$description
$status
$type
$fragDuration
$fragCount
$playlistName
N/A

Properties

$description

$description : 

Type

$status

$status : 

Type

$type

$type : 

Type

$fragDuration

$fragDuration : 

Type

$fragCount

$fragCount : 

Type

$playlistName

$playlistName : 

Type

Methods

getDescription()

getDescription() 

getStatus()

getStatus() 

getType()

getType() 

getFragDuration()

getFragDuration() 

getFragCount()

getFragCount() 

getPlayListName()

getPlayListName() 

parseFromXml()

parseFromXml(string  $strXml) : null

接口定义,实现此接口的类都需要实现从xml数据解析的函数

Parameters

string $strXml

Returns

null

serializeToXml()

serializeToXml() : string

接口定义,实现此接口的类,都需要实现把子类序列化成xml字符串的接口

Returns

string