Provides the long channel name for the virtual channel containing this descriptor. More...
#include <atscdescriptors.h>
Public Member Functions | |
| ExtendedChannelNameDescriptor (const unsigned char *data, int len=300) | |
| MultipleStringStructure | LongChannelName (void) const |
| Returns a MultipleStringStructure representing the long name of the associated channel. | |
| QString | LongChannelNameString (void) const |
| Convenience function that returns a QString comprising a concatenation of all the segments in the LongChannelName() value. | |
| QString | toString () const |
Provides the long channel name for the virtual channel containing this descriptor.
See ATSC A/65B section 6.9.5. When used, this descriptor must be in the Virtual Channel Table.
Definition at line 340 of file atscdescriptors.h.
| ExtendedChannelNameDescriptor::ExtendedChannelNameDescriptor | ( | const unsigned char * | data, | |
| int | len = 300 | |||
| ) | [inline] |
Definition at line 343 of file atscdescriptors.h.
| MultipleStringStructure ExtendedChannelNameDescriptor::LongChannelName | ( | void | ) | const |
Returns a MultipleStringStructure representing the long name of the associated channel.
Definition at line 332 of file atscdescriptors.cpp.
Referenced by LongChannelNameString().
| QString ExtendedChannelNameDescriptor::LongChannelNameString | ( | void | ) | const |
Convenience function that returns a QString comprising a concatenation of all the segments in the LongChannelName() value.
Definition at line 342 of file atscdescriptors.cpp.
Referenced by toString().
| QString ExtendedChannelNameDescriptor::toString | ( | void | ) | const [virtual] |
Reimplemented from MPEGDescriptor.
Definition at line 353 of file atscdescriptors.cpp.
1.6.3