\OSS\ModelLiveChannelConfig

Class LiveChannelConfig

Summary

Methods
Properties
Constants
__construct()
getDescription()
getStatus()
getType()
getFragDuration()
getFragCount()
getPlayListName()
parseFromXml()
serializeToXml()
__toString()
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

__construct()

__construct(  $option = array()) 

Parameters

$option

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

__toString()

__toString()