Language entry.
More...
#include <tsISO639LanguageDescriptor.h>
|
uint8_t | audio_type = 0 |
| Audio type.
|
|
UString | language_code {} |
| ISO-639 language code, 3 characters.
|
|
◆ Entry() [1/2]
ts::ISO639LanguageDescriptor::Entry::Entry |
( |
const UChar * |
code = nullptr , |
|
|
uint8_t |
type = 0 |
|
) |
| |
Default constructor.
- Parameters
-
[in] | code | ISO-639 language code, 3 characters, as a C-string. Can be null. |
[in] | type | Audio type. |
◆ Entry() [2/2]
ts::ISO639LanguageDescriptor::Entry::Entry |
( |
const UString & |
code, |
|
|
uint8_t |
type |
|
) |
| |
Constructor.
- Parameters
-
[in] | code | ISO-639 language code, 3 characters, as a C++ string. |
[in] | type | Audio type. |
◆ audioTypeName()
Get a string representing the audio type.
- Parameters
-
[in] | flags | Presentation flags. |
- Returns
- A string representing the audio type.
The documentation for this struct was generated from the following file: