C# Class Youbora.Analytics.Providers.API.Buffer.BufferUnderrunApi

Datei anzeigen Open project: NicePeopleAtWork/NicePlayers

Public Methods

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

Detects when the end user is experiencing buffering issues On the subsequent player buffering events (the first one is for the Join Time API call) Usage Example: http://nqs.nice264.com:8080/bufferUnderrun?time=5.038&duration=887&code=1LeMK8i7d6Su7L2i IMPORTANT WARNING - Be careful! The first buffering event is reserved for the /joinTime.

Method Details

BufferUnderrun() public static method

Detects when the end user is experiencing buffering issues On the subsequent player buffering events (the first one is for the Join Time API call) Usage Example: http://nqs.nice264.com:8080/bufferUnderrun?time=5.038&duration=887&code=1LeMK8i7d6Su7L2i IMPORTANT WARNING - Be careful! The first buffering event is reserved for the /joinTime.
public static BufferUnderrun ( string host, double time, long duration, string code ) : string
host string Service host URL from data call
time double Video playhead in seconds. If this value is 0, no data is saved in Nice Analytics backend
duration long Buffering duration in milliseconds. This is the time difference between: buffering end time - buffering start time
code string View code retrieved from the data call
return string