VideoStream::__construct( $filePath )
Source
File: classes/VideoStream.php
function __construct( $filePath ) { $this->videoFormats = apply_filters( 'dozent_video_types', [ "mp4" => "video/mp4", "webm" => "video/webm", "ogg" => "video/ogg" ] ); $this->path = $filePath; }