Searched refs:kRatingAttrName (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DMainWin.cpp237 static const char* kRatingAttrName = "Media:Rating"; variable
2820 status_t status = node.GetAttrInfo(kRatingAttrName, &info);
2823 node.ReadAttr(kRatingAttrName, B_INT32_TYPE, 0, &rating,
2849 node.WriteAttr(kRatingAttrName, B_INT32_TYPE, 0, &rating, sizeof(rating));

Completed in 69 milliseconds