Public Member Functions | |
| SoutMrl (const QString &head="") | |
| QString | getMrl () |
| void | begin (const QString &module) |
| void | end () |
| void | option (const QString &option, const QString &value="") |
| void | option (const QString &name, const int i_value, const int i_precision=10) |
| void | option (const QString &name, const double f_value) |
| void | option (const QString &name, const QString &base, const int i_value, const int i_precision=10) |
| SoutMrl::SoutMrl | ( | const QString & | head = "" |
) | [inline] |
| QString SoutMrl::getMrl | ( | ) | [inline] |
| void SoutMrl::begin | ( | const QString & | module | ) | [inline] |
| void SoutMrl::end | ( | ) | [inline] |
| void SoutMrl::option | ( | const QString & | option, | |
| const QString & | value = "" | |||
| ) | [inline] |
References config_StringEscape(), qfu, qtu, and value.
Referenced by ICEDestBox::getMRL(), RTPDestBox::getMRL(), UDPDestBox::getMRL(), RTSPDestBox::getMRL(), MMSHDestBox::getMRL(), HTTPDestBox::getMRL(), FileDestBox::getMRL(), option(), and SoutDialog::updateMRL().
| void SoutMrl::option | ( | const QString & | name, | |
| const int | i_value, | |||
| const int | i_precision = 10 | |||
| ) | [inline] |
References option().
| void SoutMrl::option | ( | const QString & | name, | |
| const double | f_value | |||
| ) | [inline] |
References option().
| void SoutMrl::option | ( | const QString & | name, | |
| const QString & | base, | |||
| const int | i_value, | |||
| const int | i_precision = 10 | |||
| ) | [inline] |
References option().
1.5.6