VideoSourceTrait
trait VideoSourceTrait
Trait VideoSourceTrait
Methods
video(string $videoId = null)
Adds another video layer.
fetchVideo(string|null $fetchUrl)
Adds another video layer from a remote URL.
subtitles(string $subtitlesId = null)
Adds subtitles to a video.
Details
static VideoSourceTrait|VideoSource
video(string $videoId = null)
Adds another video layer.
static VideoSourceTrait|FetchVideoSource
fetchVideo(string|null $fetchUrl)
Adds another video layer from a remote URL.
static VideoSourceTrait|SubtitlesSource
subtitles(string $subtitlesId = null)
Adds subtitles to a video.