Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CRating Class Reference

#include <VideoInfoTag.h>

Public Member Functions

 CRating ()=default
 
 CRating (float r)
 
 CRating (float r, int v)
 

Public Attributes

float rating = 0.0f
 
int votes = 0
 

Constructor & Destructor Documentation

◆ CRating() [1/3]

CRating::CRating ( )
default

◆ CRating() [2/3]

CRating::CRating ( float r)
inlineexplicit

◆ CRating() [3/3]

CRating::CRating ( float r,
int v )
inline

Member Data Documentation

◆ rating

float CRating::rating = 0.0f

◆ votes

int CRating::votes = 0

The documentation for this class was generated from the following file: