ExWebRTC. Recorder. Converter. Manifest
(ex_webrtc_recorder v0.4.0)
View Source
Lists the streams processed using the Converter.
Converter combines the tracks from the Recording based on their :streams field.
Summary
Types
@type file_manifest() :: %{ :location => ExWebRTC.Recorder.Manifest.location(), :duration_seconds => non_neg_integer(), optional(:thumbnail_location) => ExWebRTC.Recorder.Manifest.location() }
@type t() :: %{required(ExWebRTC.MediaStreamTrack.stream_id()) => file_manifest()}