ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilMediaObjectSetupConfig Class Reference
+ Inheritance diagram for ilMediaObjectSetupConfig:
+ Collaboration diagram for ilMediaObjectSetupConfig:

Public Member Functions

 __construct (?string $path_to_ffmpeg)
 
 getPathToFFMPEG ()
 

Protected Member Functions

 toLinuxConvention (?string $p)
 

Protected Attributes

string $path_to_ffmpeg = null
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilMediaObjectSetupConfig::__construct ( ?string  $path_to_ffmpeg)

Definition at line 28 of file class.ilMediaObjectSetupConfig.php.

30 {
31 $this->path_to_ffmpeg = $this->toLinuxConvention($path_to_ffmpeg);
32 }

References toLinuxConvention().

+ Here is the call graph for this function:

Member Function Documentation

◆ getPathToFFMPEG()

ilMediaObjectSetupConfig::getPathToFFMPEG ( )

Definition at line 42 of file class.ilMediaObjectSetupConfig.php.

42 : ?string
43 {
45 }

References $path_to_ffmpeg.

◆ toLinuxConvention()

ilMediaObjectSetupConfig::toLinuxConvention ( ?string  $p)
protected

Definition at line 34 of file class.ilMediaObjectSetupConfig.php.

34 : ?string
35 {
36 if (!$p) {
37 return null;
38 }
39 return preg_replace("/\\\\/", "/", $p);
40 }

Referenced by __construct().

+ Here is the caller graph for this function:

Field Documentation

◆ $path_to_ffmpeg

string ilMediaObjectSetupConfig::$path_to_ffmpeg = null
protected

Definition at line 26 of file class.ilMediaObjectSetupConfig.php.

Referenced by getPathToFFMPEG().


The documentation for this class was generated from the following file: