ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

References toLinuxConvention().

30  {
31  $this->path_to_ffmpeg = $this->toLinuxConvention($path_to_ffmpeg);
32  }
+ Here is the call graph for this function:

Member Function Documentation

◆ getPathToFFMPEG()

ilMediaObjectSetupConfig::getPathToFFMPEG ( )

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

References $path_to_ffmpeg.

42  : ?string
43  {
44  return $this->path_to_ffmpeg;
45  }

◆ toLinuxConvention()

ilMediaObjectSetupConfig::toLinuxConvention ( ?string  $p)
protected

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

References null.

Referenced by __construct().

34  : ?string
35  {
36  if (!$p) {
37  return null;
38  }
39  return preg_replace("/\\\\/", "/", $p);
40  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
+ 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: