8 #import <AVKit/AVKit.h> 9 #import <AVFoundation/AVFoundation.h> 35 @property (retain,readwrite) NSString *playername;
45 @property (retain,readwrite) NSString *playerversion;
55 @property (assign,readwrite)
int screenwidth;
65 @property (assign,readwrite)
int screenheight;
131 @property (readwrite) BOOL tracking;
137 @property (readwrite,nonatomic) BOOL debug;
143 @property(assign) NSTimeInterval timeout;
148 @property (readwrite) BOOL offlineMode;
151 #ifndef NOT_UNIVERSAL 184 + (
KMA_SpringStreams*) getInstance:(NSString*)site a:(NSString*)app d:(NSString*)domain;
217 #ifndef DOXYGEN_SHOULD_SKIP_THIS 227 -(NSString *) getNextUID;
243 - (NSMutableDictionary *) getEncrypedIdentifiers;
264 - (NSString*) getUid;
284 - (KMA_MediaPlayerAdapter*) adapter:(AVPlayerViewController *)player;
BOOL isCastingEnabled()
Method to check if Chromecast sesion is enabled.
Implement this protocol to measure a streaming content.
Definition: KMA_SpringStreams.h:73
NSString *const KMA_STREAMING_DEBUGINTERFACE_NOTIFICATION
The notification name for the debugging purpose, register this notification into the notification cen...
int getPosition()
Returns a positive position on the stream in seconds.
The sensor which exists exactly one time in an application and manage all streaming measurement issue...
Definition: KMA_SpringStreams.h:125
int getHeight()
Returns the height of the video.
int getWidth()
Returns the width of the video.
int getDuration()
Returns the duration of the stream in seconds.
The KMA_Stream object which is returned from the sensor when is called the track method.
Definition: KMA_SpringStreams.h:252
KMA_Player_Meta * getMeta()
Returns the information about the player.