Closed rmigneco closed 3 weeks ago
This PR adds support for Interstitial Tag Attributes as outlined in the Appendix D of the HLS Spec
PantosValue
EXT_X_DATERANGETagValidator
HLSInterstitialValues
InterstitialTagBuilder
HLSTag
Looks good! Just some small comments and questions.
@theRealRobG got your changes incorporated - LMK if you'd like to get this into 2.0 as well
Description
This PR adds support for Interstitial Tag Attributes as outlined in the Appendix D of the HLS Spec
Change Notes
PantosValue
attributes to support interstitialsEXT_X_DATERANGETagValidator
to include additional values and include specific validation rules for HLS InterstitialsHLSInterstitialValues
to represent the attribute optionsInterstitialTagBuilder
which facilitates creating aHLSTag
type configured specifically for interstitialsInterstitialTagBuilder
Pre-submission Checklist