function Player(){
	
}

Player.prototype.PushPlayEvent = function(mediaId, mediaType){}

Player.prototype.EpglistClickEvent = function(mediaId, mediaType, actionType, parentId){}

Player.prototype.EpglistFolderToggleEvent = function(folderId){}

Player.prototype.EpginfoPlayEvent = function(mediaId, mediaType){}

Player.prototype.EpgmodeClickEvent = function(epgId){}

Player.prototype.StartupPlayEvent = function(mediaId, mediaType, inQuality){}

Player.prototype.OndemandPlayEvent = function(ondemandUrl, title){}

Player.prototype.LaunchDefaultEvent = function(){}

Player.prototype.SettingsShowEvent = function(){}
/* Player.prototype.HelpShowEvent = function(){} */
Player.prototype.TipShowEvent = function(){}
Player.prototype.ArchiveShowEvent = function() {}

Player.prototype.SearchResultShowEvent = function(){}

Player.prototype.SetQualityEvent = function(newQuality){}
