codec = $codec; } public function getCodec() { return $this->codec; } public function setSpec($spec) { $this->spec = $spec; } public function getSpec() { return $this->spec; } }