C# Class Youbora.Analytics.Providers.API.Seek.SeekApi

ファイルを表示 Open project: NicePeopleAtWork/NicePlayers

Public Methods

Method Description
Seek ( string host, double time, long duration, string code ) : string

Detects the end user change the curren position of the video.

Method Details

Seek() public static method

Detects the end user change the curren position of the video.
public static Seek ( string host, double time, long duration, string code ) : string
host string Host url
time double Video playhead in seconds. If this is 0, no data is saved in Nice Analytics backend
duration long Seeking duration in miliseconds. This is the time difference between seek end time - seek start time
code string View code retrieved from the data call
return string