8 #import <AVKit/AVKit.h> 9 #import <AVFoundation/AVFoundation.h> 33 @property (retain,readwrite) NSString *playername;
43 @property (retain,readwrite) NSString *playerversion;
53 @property (assign,readwrite)
int screenwidth;
63 @property (assign,readwrite)
int screenheight;
121 @property (readwrite) BOOL tracking;
127 @property (readwrite,nonatomic) BOOL debug;
133 @property(assign) NSTimeInterval timeout;
138 @property (readwrite) BOOL offlineMode;
141 #ifndef NOT_UNIVERSAL 173 + (
KMA_SpringStreams*) getInstance:(NSString*)site a:(NSString*)app d:(NSString*)domain;
200 #ifndef DOXYGEN_SHOULD_SKIP_THIS 210 -(NSString *) getNextUID;
225 - (NSMutableDictionary *) getEncrypedIdentifiers;
245 - (NSString*) getUid;
Implement this protocol to measure a streaming content.
Definition: KMA_SpringStreams.h:70
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:115
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:233
KMA_Player_Meta * getMeta()
Returns the information about the player.