/* ******************* */ /* Constructor & Init */ /* ******************* */ var StreamInformation; if (StreamInformation == undefined) { StreamInformation = function () { }; } StreamInformation.STREAMSTATUS = function (){ return 1==1?true:false; } StreamInformation.CURRENTLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "4"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "58521"; } StreamInformation.MAXLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "100"; } StreamInformation.BITRATE = function (){ if (this.streamStatus == false){ return 0; } return "2500"; } StreamInformation.SONGTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Wowza Streaming Engine"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "8008"; } StreamInformation.SONGHISTORY = function(){ if (this.streamStatus == false){ return 0; } return new Array(''); }