NetworkAPI
public protocol NetworkAPI
The Network API.
-
Adds a
MediaPlaylistInterceptor
to 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
MediaPlaylistInterceptor
s. (Experimental)Since
v9.9.0Declaration
Swift
func removeAllInterceptors()