/* ******************* */ /* 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 "0"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "96"; } StreamInformation.MAXLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "300"; } StreamInformation.BITRATE = function (){ if (this.streamStatus == false){ return 0; } return "56"; } StreamInformation.SONGTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Jeda KitaFM - Mengajak Kepada Kebenaran OK"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Yuk Dukung Radio Streaming AZM dengan Memberi Rating di Play Store"; } StreamInformation.SONGHISTORY = function(){ if (this.streamStatus == false){ return 0; } return new Array('Shoutcast 2'); }