sensors-xbox
Public Member Functions | Static Public Member Functions | List of all members
com.kantarmedia.sensor.xbox.KMStreamingSensor< IStreamAdapater > Class Template Reference

Main sensor Class You should only have one instance of this. More...

Public Member Functions

string GetDomain ()
 
string GetSyncRateString ()
 
string GetApplication ()
 
Stream< IStreamAdapaterTrack (IStreamAdapater player, Dictionary< String, Object > dict)
 Track a video. Use this Method to track a certain video. More...
 
void Unload ()
 Stop tracking on all videos. More...
 
void setTracking (bool trackingEnabled)
 If set to More...
 
bool isTracking ()
 returns whether tracking is enabled or not
More...
 

Static Public Member Functions

static KMStreamingSensor< IStreamAdapatergetInstance (string site=null, string application=null)
 

Detailed Description

Main sensor Class You should only have one instance of this.

Template Parameters
IStreamAdapaterCommunication interface for videoplayer

Member Function Documentation

◆ isTracking()

returns whether tracking is enabled or not


Returns
tracking

summary> If set to

true

the library will pause measurement .


Parameters
isSuspendedboolean value that specifies tracking to be pause/resume

◆ setTracking()

void com.kantarmedia.sensor.xbox.KMStreamingSensor< IStreamAdapater >.setTracking ( bool  trackingEnabled)
inline

If set to

false the library
will not send any requests to the measurement system.


Parameters
trackingboolean value that specifies tracking to be stop/resume

◆ Track()

Stream<IStreamAdapater> com.kantarmedia.sensor.xbox.KMStreamingSensor< IStreamAdapater >.Track ( IStreamAdapater  player,
Dictionary< String, Object >  dict 
)
inline

Track a video. Use this Method to track a certain video.

Remember to use "Unload()" when finished

Parameters
playerCommunication interface for the video
dictCustom properties to send along
Returns

◆ Unload()

Stop tracking on all videos.


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