🚧 Add stream to map

Still need to handle the codecs. But almost there.
This commit is contained in:
Dan Jones 2022-08-23 15:25:27 -05:00
commit de5cf914da
4 changed files with 113 additions and 8 deletions

View file

@ -149,7 +149,7 @@ class MappableMedia extends AbstractMediaType
return $this;
}
public function saveMap($map): static
public function saveMap(Map $map): static
{
$this->maps[] = $map;