MOQX.Protocol.MOQLite05.Messages.TrackInfo (moqx v0.10.0)

Copy Markdown View Source

Immutable publisher properties returned on a Track Stream.

Summary

Types

t()

@type t() :: %MOQX.Protocol.MOQLite05.Messages.TrackInfo{
  publisher_max_latency: non_neg_integer(),
  publisher_ordered: boolean(),
  publisher_priority: 0..255,
  timescale: pos_integer()
}