Properties

$status

$status : 

Type

$connectedTime

$connectedTime : 

Type

$remoteAddr

$remoteAddr : 

Type

$videoWidth

$videoWidth : 

Type

$videoHeight

$videoHeight : 

Type

$videoFrameRate

$videoFrameRate : 

Type

$videoBandwidth

$videoBandwidth : 

Type

$videoCodec

$videoCodec : 

Type

$audioBandwidth

$audioBandwidth : 

Type

$audioSampleRate

$audioSampleRate : 

Type

$audioCodec

$audioCodec : 

Type

Methods

getStatus()

getStatus() 

getConnectedTime()

getConnectedTime() 

getRemoteAddr()

getRemoteAddr() 

getVideoWidth()

getVideoWidth() 

getVideoHeight()

getVideoHeight() 

getVideoFrameRate()

getVideoFrameRate() 

getVideoBandwidth()

getVideoBandwidth() 

getVideoCodec()

getVideoCodec() 

getAudioBandwidth()

getAudioBandwidth() 

getAudioSampleRate()

getAudioSampleRate() 

getAudioCodec()

getAudioCodec() 

parseFromXml()

parseFromXml(string  $strXml) : null

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

Parameters

string $strXml

Returns

null

serializeToXml()

serializeToXml() : string

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

Returns

string