enabledVideoFormats = $enabledVideoFormats; } public function getEnabledVideoFormats() { return $this->enabledVideoFormats; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }