NetworkAPI
public protocol NetworkAPIThe Network API.
- 
                  
                  Adds a MediaPlaylistInterceptorto manipulate media playlist requests and responses. (Experimental)Since v9.9.0DeclarationSwift func addMediaPlaylistInterceptor(_ interceptor: MediaPlaylistInterceptor)
- 
                  
                  Removes a MediaPlaylistInterceptor. (Experimental)Since v9.9.0DeclarationSwift func removeMediaPlaylistInterceptor(_ interceptor: MediaPlaylistInterceptor)
- 
                  
                  Removes all MediaPlaylistInterceptors. (Experimental)Since v9.9.0DeclarationSwift func removeAllInterceptors()
