/**
  * {@inheritdoc}
  */
 public function getVideoSettingsJson()
 {
     $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getVideoSettingsJson');
     if (!$pluginInfo) {
         return parent::getVideoSettingsJson();
     } else {
         return $this->___callPlugins('getVideoSettingsJson', func_get_args(), $pluginInfo);
     }
 }