Kantar Media Streaming Sensor APPLE_TV
Kantar Media Streaming Measurement Library for APPLE_TV
Properties | List of all members
KMA_Player_Meta Class Reference

The meta object has to be delivered by a KMA_StreamAdapter and contains meta information about the system. More...

#import <KMA_SpringStreams.h>

Inheritance diagram for KMA_Player_Meta:

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...
 

Detailed Description

The meta object has to be delivered by a KMA_StreamAdapter and contains meta information about the system.

Property Documentation

◆ playername

- (NSString*) playername
readwriteatomicretain

Returns the player name.

Returns
the string "iOS Player"

◆ playerversion

- (NSString*) playerversion
readwriteatomicretain

Returns the player version.

The itselfs has no version so the system version is delivered.

See also
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html
Returns
The version my calling [UIDevice currentDevice].systemVersion

◆ screenheight

- (int) screenheight
readwriteatomicassign

Returns the screen width my calling the method [[UIScreen mainScreen] bounds].screenRect.size.height.

See also
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIScreen_Class/Reference/UIScreen.html
Returns
the height

◆ screenwidth

- (int) screenwidth
readwriteatomicassign

Returns the screen width my calling the method [[UIScreen mainScreen] bounds].screenRect.size.width.

See also
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIScreen_Class/Reference/UIScreen.html
Returns
the width

The documentation for this class was generated from the following file: