Closed
Description
frame_id is defined as a unsigned long long
, but currently doesn't have any textual definition in the members section beneath. Same for dependencies.
My rough understanding is that it corresponds to the Dependency Descriptor Header Extension's frame_number field as a codec-agnostic frame numbering method, but that field is only 16 bits, so is the UA assumed to be handling the 16 bit wrapping and converting up to a 64 bit unsigned long long
? That's the current Chromium implementation at least. I'm unsure of other browsers.
Metadata
Metadata
Assignees
Labels
No labels