◆ __construct()
      
        
          | ILIAS\MediaCast\MediaCastManager::__construct  | 
          ( | 
          \ilObjMediaCast  | 
          $media_cast | ) | 
           | 
        
      
 
 
◆ commentsActive()
      
        
          | ILIAS\MediaCast\MediaCastManager::commentsActive  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getSuffixesForViewMode()
      
        
          | ILIAS\MediaCast\MediaCastManager::getSuffixesForViewMode  | 
          ( | 
          string  | 
          $view_mode | ) | 
           | 
        
      
 
Definition at line 46 of file class.MediaCastManager.php.
   49             case \ilObjMediaCast::VIEW_VCAST:
    50                 return iterator_to_array($this->media_types->getAllowedVideoSuffixes());
    52             case \ilObjMediaCast::VIEW_IMG_GALLERY:
    53                 return iterator_to_array($this->media_types->getAllowedImageSuffixes());
    55             case \ilObjMediaCast::VIEW_PODCAST:
    56                 return iterator_to_array($this->media_types->getAllowedAudioSuffixes());
  
 
 
◆ $media_cast
◆ $media_types
  
  
      
        
          | ILIAS MediaObjects MediaType MediaTypeManager ILIAS\MediaCast\MediaCastManager::$media_types | 
         
       
   | 
  
protected   | 
  
 
 
◆ $settings
  
  
      
        
          | ilSetting ILIAS\MediaCast\MediaCastManager::$settings | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: