C# Class Youbora.Analytics.Providers.API.Pin.PinApi

Mostrar archivo Open project: NicePeopleAtWork/NicePlayers

Public Methods

Method Description
Pin ( string host, string code, string pingTime, double bitrate, double time, double diffTime, string nodeHost, string nodeType ) : string

Informs when the user has restarted the playback Launched every pingTime seconds Usage Example: http://nqs.nice264.com:8080/ping?time=37.953&pingTime=5&bitrate=1198000&code=fD75sCuum8VK2G98&diffTime=5231

Pin ( string host, string code, string pingTime, double bitrate, double time, string nodeHost, string nodeType ) : string

Informs when the user has restarted the playback Launched every pingTime seconds Usage Example: http://nqs.nice264.com:8080/ping?time=37.953&pingTime=5&bitrate=1198000&code=fD75sCuum8VK2G98&diffTime=5231

Private Methods

Method Description
GetOptionalParamsQueryString ( string nodeHost, string nodeType ) : string

Method Details

Pin() public static method

Informs when the user has restarted the playback Launched every pingTime seconds Usage Example: http://nqs.nice264.com:8080/ping?time=37.953&pingTime=5&bitrate=1198000&code=fD75sCuum8VK2G98&diffTime=5231
public static Pin ( string host, string code, string pingTime, double bitrate, double time, double diffTime, string nodeHost, string nodeType ) : string
host string Service host URL from data call
code string View code retrieved from the data call
pingTime string Elapsed ping time in seconds from the previous ping
bitrate double Current bitrate in bps (bits per second)
time double Video's current time in seconds.
diffTime double Elapsed ping time in miliseconds from the previous ping
nodeHost string
nodeType string
return string

Pin() public static method

Informs when the user has restarted the playback Launched every pingTime seconds Usage Example: http://nqs.nice264.com:8080/ping?time=37.953&pingTime=5&bitrate=1198000&code=fD75sCuum8VK2G98&diffTime=5231
public static Pin ( string host, string code, string pingTime, double bitrate, double time, string nodeHost, string nodeType ) : string
host string Service host URL from data call
code string View code retrieved from the data call
pingTime string Elapsed ping time in seconds from the previous ping
bitrate double Current bitrate in bps (bits per second)
time double Video's current time in seconds.
nodeHost string
nodeType string
return string