TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Item entry. More...
#include <tsParentalRatingDescriptor.h>
Public Member Functions | |
Entry (const UChar *code=nullptr, uint8_t rate=0) | |
Constructor. | |
Entry (const UString &code, uint8_t rate) | |
Constructor. | |
Public Attributes | |
UString | country_code {} |
ISO-3166 country code, 3 characters. | |
uint8_t | rating = 0 |
Parental rating. | |
Item entry.
ts::ParentalRatingDescriptor::Entry::Entry | ( | const UChar * | code = nullptr , |
uint8_t | rate = 0 |
||
) |
Constructor.
[in] | code | ISO-3166 country code, 3 characters, as a C-string. Can be null. |
[in] | rate | Parental rating. |
ts::ParentalRatingDescriptor::Entry::Entry | ( | const UString & | code, |
uint8_t | rate | ||
) |
Constructor.
[in] | code | ISO-3166 country code, 3 characters. |
[in] | rate | Parental rating. |