-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
We have the following callbacks in the code, but only configureHls
is documented.
configureHls: (options) => {
return options;
},
onBeforeInitHls: (hls) => {
},
onAfterInitHls: (hls) => {
},
configureDash: (options) => {
return options;
},
onBeforeInitDash: (dash) => {
},
onAfterInitDash: (dash) => {
}
Metadata
Metadata
Assignees
Labels
No labels