Adobe Experience Viewers HTML5 SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.event

Class s7sdk.event.AudioCaptionEvent

A AudioCaptionEvent is dispatched by AudioCaptions component whenever audio caption setting is changed.

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.event.AudioCaptionEvent(type, data, bubbles)
Field Summary
Field Attributes Field Name and Description
<static>  
s7sdk.event.AudioCaptionEvent.NOTF_AUDIO_CHANGE
This event is dispatched by the AudioCaptions component to notify that audio is changed.
<static>  
s7sdk.event.AudioCaptionEvent.NOTF_MENU_STATE_CHANGE
This event is dispatched by the AudioCaptions component to notify that subtitle/caption menu is opened or closed.
<static>  
s7sdk.event.AudioCaptionEvent.NOTF_SUBTITLE_CHANGE
This event is dispatched by the AudioCaptions component to notify that subtitle is changed.
Class Detail
s7sdk.event.AudioCaptionEvent(type, data, bubbles)
Parameters:
{String} type
Defines the value of the type property.
{String | Boolean} data
event data. For AudioCaptionEvent.NOTF_AUDIO_CHANGE and AudioCaptionEvent.NOTF_SUBTITLE_CHANGE contains track id.
{Boolean} bubbles
Defines whether the event bubbles.
Field Detail
<static> s7sdk.event.AudioCaptionEvent.NOTF_AUDIO_CHANGE
This event is dispatched by the AudioCaptions component to notify that audio is changed.

<static> s7sdk.event.AudioCaptionEvent.NOTF_MENU_STATE_CHANGE
This event is dispatched by the AudioCaptions component to notify that subtitle/caption menu is opened or closed.

<static> s7sdk.event.AudioCaptionEvent.NOTF_SUBTITLE_CHANGE
This event is dispatched by the AudioCaptions component to notify that subtitle is changed.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed May 15 2024 09:55:07 GMT-0000 (UTC)