Current section

Files

Jump to
kim_hls lib hls playlist marshaler.ex
Raw

lib/hls/playlist/marshaler.ex

defprotocol HLS.Playlist.Marshaler do
@spec marshal(t()) :: binary()
def marshal(playlist)
end