Public Member Functions | |
| ShoutCastMetaParser (void) | |
| ~ShoutCastMetaParser (void) | |
| void | setMetaFormat (const QString &metaformat) |
| ShoutCastMetaMap | parseMeta (QString meta) |
Private Attributes | |
| QString | m_meta_format |
| int | m_meta_artist_pos |
| int | m_meta_title_pos |
| int | m_meta_album_pos |
Definition at line 229 of file shoutcast.cpp.
| ShoutCastMetaParser::ShoutCastMetaParser | ( | void | ) | [inline] |
Definition at line 232 of file shoutcast.cpp.
| ShoutCastMetaParser::~ShoutCastMetaParser | ( | void | ) | [inline] |
Definition at line 234 of file shoutcast.cpp.
| void ShoutCastMetaParser::setMetaFormat | ( | const QString & | metaformat | ) |
Definition at line 246 of file shoutcast.cpp.
Referenced by DecoderIOFactoryShoutCast::shoutcastMeta().
| ShoutCastMetaMap ShoutCastMetaParser::parseMeta | ( | QString | meta | ) |
Definition at line 302 of file shoutcast.cpp.
Referenced by DecoderIOFactoryShoutCast::shoutcastMeta().
QString ShoutCastMetaParser::m_meta_format [private] |
Definition at line 240 of file shoutcast.cpp.
Referenced by parseMeta(), and setMetaFormat().
int ShoutCastMetaParser::m_meta_artist_pos [private] |
Definition at line 241 of file shoutcast.cpp.
Referenced by parseMeta(), and setMetaFormat().
int ShoutCastMetaParser::m_meta_title_pos [private] |
Definition at line 242 of file shoutcast.cpp.
Referenced by parseMeta(), and setMetaFormat().
int ShoutCastMetaParser::m_meta_album_pos [private] |
Definition at line 243 of file shoutcast.cpp.
Referenced by parseMeta(), and setMetaFormat().
1.6.3