MPEG-Dash manifest
Number representing the highest framerate in MPEG-Dash manifest, or undefined
Parses an HLS manifest for instances of the FRAME-RATE property and provides the highest numeric value associated to those properties.
HLS manifest
Number representing the highest framerate in HLS manifest, or undefined
Takes a DOM node and checks if its nodeName is 'frameRate' (for MPEG-Dash manifests).
Computes the framerate from the shape of an MPEG-Dash framerate value (F or F/D). D is assumed to be 1 if not part of the value.
Takes a string and checks if "FRAME-RATE" exists (for HLS manifests).
Given a string or Element, calls the corresponding parsing function
an Object with a framerate property
Parses an MPEG-Dash XML node for framerate values.
XML node from MPEG-Dash manifest
an Object with a framerate property.
Parses an HLS manifest line for framerate values.
Line from HLS manifest
an Object with a framerate property.
Generated using TypeDoc
Parses an MPEG-Dash manifest for frameRate properties on AdaptionSet, Representation, and SubRepresentation tags and provides the highest numeric value associated to those properties.