49 #ifndef PARENTALRATINGDESCRIPTOR_H_
50 #define PARENTALRATINGDESCRIPTOR_H_
54 #include "IParentalRatingDescriptor.h"
68 namespace descriptors{
72 vector<Parental*>* countryRatings;
76 unsigned char getDescriptorTag();
77 unsigned int getDescriptorLength();
78 unsigned int getContentDescription(
Parental* parental);
79 unsigned int getAge(
Parental* parental);
80 vector<Parental*>* getCountryRatings();
81 string getCountryCode(
Parental* parental);
83 size_t process (
char* data,
size_t pos);
Definition: ParentalRatingDescriptor.h:70
Definition: IParentalRatingDescriptor.h:74
Definition: IParentalRatingDescriptor.h:68