Kantar Media Streaming Sensor Apple TV
Kantar Media Streaming Measurement Library for Apple TV
|
The meta object has to be delivered by a KMA_StreamAdapter and contains meta information about the system. More...
#import <KMA_SpringStreams.h>
Properties | |
NSString * | playername |
Returns the player name. More... | |
NSString * | playerversion |
Returns the player version. More... | |
int | screenwidth |
Returns the screen width my calling the method [[UIScreen mainScreen] bounds].screenRect.size.width. More... | |
int | screenheight |
Returns the screen width my calling the method [[UIScreen mainScreen] bounds].screenRect.size.height. More... | |
The meta object has to be delivered by a KMA_StreamAdapter and contains meta information about the system.
|
readwriteatomicretain |
Returns the player name.
|
readwriteatomicretain |
Returns the player version.
The itselfs has no version so the system version is delivered.
|
readwriteatomicassign |
Returns the screen width my calling the method [[UIScreen mainScreen] bounds].screenRect.size.height.
|
readwriteatomicassign |
Returns the screen width my calling the method [[UIScreen mainScreen] bounds].screenRect.size.width.