MOQX.Catalog.Decoder (moqx v0.10.0)

Copy Markdown View Source

Typed WebCodecs configuration. Description contains decoded bytes, never hex text.

Summary

Types

t()

@type t() :: %MOQX.Catalog.Decoder{
  codec: binary(),
  coded_height: term(),
  coded_width: term(),
  description: binary() | nil,
  display_aspect_height: term(),
  display_aspect_width: term(),
  number_of_channels: term(),
  optimize_for_latency: term(),
  sample_rate: term()
}