ExWebRTC.Recorder.Converter.Manifest (ex_webrtc_recorder v0.3.0)

View Source

Lists the streams processed using the Converter.

Converter combines the tracks from the Recording based on their :streams field.

Summary

Types

file_manifest()

@type file_manifest() :: %{
  :location => ExWebRTC.Recorder.Manifest.location(),
  :duration_seconds => non_neg_integer(),
  optional(:thumbnail_location) => ExWebRTC.Recorder.Manifest.location()
}

t()

@type t() :: %{required(ExWebRTC.MediaStreamTrack.stream_id()) => file_manifest()}