Ejemplo n.º 1
0
 public function validateForInsert($propertiesToSkip = array())
 {
     if ($this->format == KalturaCaptionType::WEBVTT) {
         throw new KalturaAPIException(KalturaCaptionErrors::CAPTION_ASSET_UNSUPPORTED_FORMAT, $this->format);
     }
     parent::validateForInsert($propertiesToSkip);
 }