typedef PlayerConfigCaptionData
package com.turner.top.sdk.core.player.config
Configuration data for the captions player
Properties
forceNative:Null<Bool>
Some browsers do not support consistent styling of their native captions. The forceNative config option determines if the captions are rendered by the browser natively or if the media engine renders captions to allow for better control of how the captions are styled and rendered.
- true - forces the player to use native captions
- false - attempts to render captions via the media engine
Default is true