get_rating


Description:

public void get_rating (out uint min, out uint max, out uint count, out double average)

Gets various properties of the ratings on the video.

Note that this property may not be retrieved when querying for multiple videos at once, but is guaranteed to be retrieved when querying with query_single_entry_async.

Parameters:

this

a YouTubeVideo

min

return location for the minimum rating value, or null

max

return location for the maximum rating value, or null

count

return location for the number of ratings, or null

average

return location for the average rating value, or null