Puede especificar el formato de subtítulos.
// Set CC style.
var tf = new AdobePSDK.TextFormat(
AdobePSDK.TextFormat.FONT_DEFAULT,
AdobePSDK.TextFormat.COLOR_DEFAULT,
AdobePSDK.TextFormat.COLOR_DEFAULT,
AdobePSDK.TextFormat.FONT_EDGE_DEFAULT,
AdobePSDK.TextFormat.COLOR_DEFAULT,
AdobePSDK.TextFormat.COLOR_DEFAULT,
AdobePSDK.TextFormat.SIZE_DEFAULT,
AdobePSDK.TextFormat.DEFAULT_OPACITY,
AdobePSDK.TextFormat.DEFAULT_OPACITY,
AdobePSDK.TextFormat.DEFAULT_OPACITY;
mediaPlayer.CCStyle(tf);
El SDK del explorador no admite la opacidad de borde, color de relleno o borde de fuente.