';
if (playerInfo.supportedCommands.indexOf('DisplayContent') != -1) {
html += '
';
var checkedHtml = MediaController.enableDisplayMirroring() ? ' checked' : '';
html += '
' + Globalize.translate('OptionEnableDisplayMirroring') + '';
html += '
';
}
html += '
';
html += '