Kantar Media Streaming Sensor iOS
Kantar Media Streaming Measurement Library for iOS
|
#import <AVKit/AVKit.h>
#import <AVFoundation/AVFoundation.h>
Go to the source code of this file.
Classes | |
class | KMA_Player_Meta |
The meta object has to be delivered by a KMA_StreamAdapter and contains meta information about the system. More... | |
protocol | <KMA_StreamAdapter> |
Implement this protocol to measure a streaming content. More... | |
class | KMA_SpringStreams |
The sensor which exists exactly one time in an application and manage all streaming measurement issues. More... | |
class | KMA_Stream |
The KMA_Stream object which is returned from the sensor when is called the track method. More... | |
Variables | |
NSString *const | KMA_STREAMING_DEBUGINTERFACE_NOTIFICATION |
The notification name for the debugging purpose, register this notification into the notification center by following API or similar: (void)addObserver:(id)observer selector:(SEL)aSelector name:KMA_STREAMING_DEBUGINTERFACE_NOTIFICATION object:(nullable id)anObject; Also, you would need to implement the selecotor method to consume the debug info. More... | |
NSString* const KMA_STREAMING_DEBUGINTERFACE_NOTIFICATION |
The notification name for the debugging purpose, register this notification into the notification center by following API or similar: (void)addObserver:(id)observer selector:(SEL)aSelector name:KMA_STREAMING_DEBUGINTERFACE_NOTIFICATION object:(nullable id)anObject; Also, you would need to implement the selecotor method to consume the debug info.
The debug info is attached in the notification as a NSDictionary, with keys "Request" and "Statuscode". The info can be fetched by The API: [NSNotification object]