ContentServer
@protocol ContentServer
Network analytics related to the content server
-
Returns the IP address of the content server
returns: the IP address of the content server for the last segment, or nil if unknown
Declaration
Objective-C
- (NSString *_Nullable)finalIPAddress;
-
Returns the URL of the selected playlist, after any redirects
returns: the URL of the selected playlist, or nil if unknown
Declaration
Objective-C
- (NSString *_Nullable)finalURL;
-
Returns the original URL of the stream
returns: the original URL of the stream, or nil if unknown
Declaration
Objective-C
- (NSString *_Nullable)url;