LmnMediaPlayerEventClosedCaptionsEnabled
No documentation has been provided.
Presentation
type LmnMediaPlayerEventClosedCaptionsEnabled = {
action: "closed-captions-enabled";
payload: {
closedCaptionsLanguageCode: string;
closedCaptionsOptions: LmnMediaPlayerCaptionsOptions ;
};
};