A video track's format: codec-agnostic parameters, the decoder configuration record (empty binary when absent) and the per-codec fields.
Summary
Types
@type t() :: %ExMoQ.Native.WebCodecs.VideoTrackFormat{ codec: ExMoQ.Native.WebCodecs.H264Codec.t() | ExMoQ.Native.WebCodecs.H265Codec.t(), description: binary(), params: ExMoQ.Native.WebCodecs.VideoTrackParams.t() }