메소드 | 설명 | |
---|---|---|
JoinTime ( string host, string time, string code ) : string |
Determines the elapsed amount of time since the end user clicks/touches the player's play button until the media starts to be played On the FIRST player buffering event Usage Example: http://nqs.nice264.com:8080/joinTime?eventTime=0&time=411&code=1LeMK8i7d6Su7L2i
|
|
JoinTime ( string host, string time, string code, double eventTime ) : string |
Determines the elapsed amount of time since the end user clicks/touches the player's play button until the media starts to be played On the FIRST player buffering event Usage Example: http://nqs.nice264.com:8080/joinTime?eventTime=0&time=411&code=1LeMK8i7d6Su7L2i
|
|
JoinTime ( string host, string time, string code, double eventTime, long mediaDuration ) : string |
Determines the elapsed amount of time since the end user clicks/touches the player's play button until the media starts to be played On the FIRST player buffering event Usage Example: http://nqs.nice264.com:8080/joinTime?eventTime=0&time=411&code=1LeMK8i7d6Su7L2i
|
public static JoinTime ( string host, string time, string code ) : string | ||
host | string | Service host URL from data call |
time | string | Time difference (in milliseconds) between the player goes from the start event until it finishes buffering the required amount of video bytes to start the playback. Or the amount of time it takes to start the playback since the user wants to watch it |
code | string | View code retrieved from the data call |
리턴 | string |
public static JoinTime ( string host, string time, string code, double eventTime ) : string | ||
host | string | Service host URL from data call |
time | string | Time difference (in milliseconds) between the player goes from the start event until it finishes buffering the required amount of video bytes to start the playback. Or the amount of time it takes to start the playback since the user wants to watch it |
code | string | View code retrieved from the data call |
eventTime | double | It indicates the current instant of the video (video playhead) where the joinTime occurs in seconds (usually 0) |
리턴 | string |
public static JoinTime ( string host, string time, string code, double eventTime, long mediaDuration ) : string | ||
host | string | Service host URL from data call |
time | string | Time difference (in milliseconds) between the player goes from the start event until it finishes buffering the required amount of video bytes to start the playback. Or the amount of time it takes to start the playback since the user wants to watch it |
code | string | View code retrieved from the data call |
eventTime | double | It indicates the current instant of the video (video playhead) where the joinTime occurs in seconds (usually 0) |
mediaDuration | long | Expected video duration. This parameter will exist if the plugin can not get the duration from the player in the /start call |
리턴 | string |