sensors-xbox
|
Main sensor Class You should only have one instance of this. More...
Public Member Functions | |
string | GetDomain () |
string | GetSyncRateString () |
string | GetApplication () |
Stream< IStreamAdapater > | Track (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< IStreamAdapater > | getInstance (string site=null, string application=null) |
Main sensor Class You should only have one instance of this.
IStreamAdapater | Communication interface for videoplayer |
|
inline |
returns whether tracking is enabled or not
summary> If set to
the library will pause measurement .
isSuspended | boolean value that specifies tracking to be pause/resume |
|
inline |
If set to
false
the library
will not send any requests to the measurement system.
tracking | boolean value that specifies tracking to be stop/resume |
|
inline |
Track a video. Use this Method to track a certain video.
Remember to use "Unload()" when finished
player | Communication interface for the video |
dict | Custom properties to send along |
|
inline |
Stop tracking on all videos.