Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `HLS` prefix from all classes

dcoufal opened this issue · comments

Description

We use the prefix HLS on many mamba objects. This is not required and is just extra typing/old fashioned. Let's remove it.

Notes: I think HLSParser, HLSWriter, etc should become PlaylistParser, PlaylistWriter etc. HLSPlaylist will become Playlist. Use best judgment when updating symbol names.

Tasks

  • Remove HLS prefix on all mamba symbols.

Addressed