|
MythTV
0.26-pre
|
#include <sctedescriptors.h>
Public Member Functions | |
| SCTEComponentNameDescriptor (const unsigned char *data, uint len) | |
| uint | StringCount (void) const |
| int | LanguageKey (uint i) const |
| QString | LanguageString (uint i) const |
| int | CanonicalLanguageKey (uint i) const |
| QString | CanonicalLanguageString (uint i) const |
| uint | StringLength (uint i) const |
| QString | NameString (uint i) const |
| SCTE Descriptors. | |
| QString | toString (void) const |
Private Member Functions | |
| uint | loc (uint number) const |
Definition at line 106 of file sctedescriptors.h.
| SCTEComponentNameDescriptor::SCTEComponentNameDescriptor | ( | const unsigned char * | data, |
| uint | len | ||
| ) | [inline] |
Definition at line 109 of file sctedescriptors.h.
| uint SCTEComponentNameDescriptor::StringCount | ( | void | ) | const [inline] |
Definition at line 119 of file sctedescriptors.h.
Referenced by toString().
| int SCTEComponentNameDescriptor::LanguageKey | ( | uint | i | ) | const [inline] |
Definition at line 124 of file sctedescriptors.h.
Referenced by CanonicalLanguageKey(), and LanguageString().
| QString SCTEComponentNameDescriptor::LanguageString | ( | uint | i | ) | const [inline] |
Definition at line 126 of file sctedescriptors.h.
Referenced by toString().
| int SCTEComponentNameDescriptor::CanonicalLanguageKey | ( | uint | i | ) | const [inline] |
Definition at line 128 of file sctedescriptors.h.
Referenced by CanonicalLanguageString().
| QString SCTEComponentNameDescriptor::CanonicalLanguageString | ( | uint | i | ) | const [inline] |
Definition at line 130 of file sctedescriptors.h.
| uint SCTEComponentNameDescriptor::StringLength | ( | uint | i | ) | const [inline] |
Definition at line 133 of file sctedescriptors.h.
Referenced by NameString().
| QString SCTEComponentNameDescriptor::NameString | ( | uint | i | ) | const |
SCTE Descriptors.
Copyright (c) 2011, Digital Nirvana, Inc. Authors: Daniel Kristjansson, Sergey Staroletov
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition at line 25 of file sctedescriptors.cpp.
Referenced by toString().
| QString SCTEComponentNameDescriptor::toString | ( | void | ) | const [virtual] |
Reimplemented from MPEGDescriptor.
Definition at line 30 of file sctedescriptors.cpp.
| uint SCTEComponentNameDescriptor::loc | ( | uint | number | ) | const [inline, private] |
Definition at line 142 of file sctedescriptors.h.
Referenced by CanonicalLanguageKey(), CanonicalLanguageString(), LanguageKey(), LanguageString(), NameString(), and StringLength().
1.7.6.1