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