È possibile specificare la formattazione dei sottotitoli.
// 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);
Il TVSDK del browser non supporta il bordo del font, il colore di riempimento o l’opacità del riempimento.