mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
fbce38af1c
This adds an optional parameter to request and response filters, of a new enum called AdvancedRequestType. This enum describes request types that are subtypes of the basic types. For example, INIT_SEGMENT is a type of SEGMENT. This gives users more information about the type of the request, while maintaining backwards compatibility. Closes #4966