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;
-
Returns a count of changes to the server address over the last uninterrupted period of playback.
returns: the number of server address changes or -1 if unknown
Declaration
Objective-C
- (NSInteger)numberOfServerAddressChanges;