Home > widget-integration > FilterController > loadVideoSources
FilterController.loadVideoSources() method
Loads video sources by converting data-src to src attributes. Manages loading states and auto-plays video when ready.
Signature:
protected loadVideoSources(video: HTMLVideoElement): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
video |
HTMLVideoElement |
The HTMLVideoElement to load sources for |
Returns:
void