◆ __construct()
ILIAS\MediaCast\MediaCastManager::__construct |
( |
| ) |
|
◆ getSuffixesForViewMode()
ILIAS\MediaCast\MediaCastManager::getSuffixesForViewMode |
( |
string |
$view_mode | ) |
|
Definition at line 41 of file class.MediaCastManager.php.
44 case \ilObjMediaCast::VIEW_VCAST:
45 return $this->media_types->getVideoSuffixes();
47 case \ilObjMediaCast::VIEW_IMG_GALLERY:
48 return $this->media_types->getImageSuffixes();
50 case \ilObjMediaCast::VIEW_PODCAST:
51 return $this->media_types->getAudioSuffixes();
◆ $media_types
ILIAS MediaObjects MediaType MediaTypeManager ILIAS\MediaCast\MediaCastManager::$media_types |
|
protected |
The documentation for this class was generated from the following file: