Go to the source code of this file.
Functions | |
| QString | get_on_cardid (const QString &to_get, uint cardid) |
| bool | set_on_source (const QString &to_set, uint cardid, uint sourceid, const QString value) |
| QString | get_on_inputid (const QString &to_get, uint inputid) |
| bool | set_on_input (const QString &to_set, uint inputid, const QString value) |
| static uint | clone_capturecard (uint src_cardid, uint orig_dst_cardid) |
| static bool | clone_cardinputs (uint src_cardid, uint dst_cardid) |
| static QString | sys_dev (uint device_num, QString dev) |
| static QString | read_sys (QString sys_dev) |
| static bool | write_sys (QString sys_dev, QString str) |
| QString get_on_cardid | ( | const QString & | to_get, | |
| uint | cardid | |||
| ) |
Definition at line 518 of file cardutil.cpp.
Referenced by CardUtil::GetAudioDevice(), CardUtil::GetRawCardType(), CardUtil::GetValueInt(), CardUtil::GetVBIDevice(), CardUtil::GetVideoDevice(), and set_on_source().
Definition at line 535 of file cardutil.cpp.
Referenced by CardUtil::SetValue(), and Capture::UpdateCaptureCard().
| QString get_on_inputid | ( | const QString & | to_get, | |
| uint | inputid | |||
| ) |
Definition at line 561 of file cardutil.cpp.
Referenced by set_on_input().
Definition at line 578 of file cardutil.cpp.
Referenced by CardUtil::SetInputValue(), and Capture::UpdateCardInput().
Definition at line 659 of file cardutil.cpp.
Referenced by CardUtil::CloneCard().
Definition at line 756 of file cardutil.cpp.
Referenced by CardUtil::CloneCard().
| static QString sys_dev | ( | uint | device_num, | |
| QString | dev | |||
| ) | [static] |
Definition at line 2413 of file cardutil.cpp.
Referenced by CardUtil::GetASIBufferSize(), CardUtil::GetASIDeviceNumber(), CardUtil::GetASIMode(), and CardUtil::SetASIMode().
| static QString read_sys | ( | QString | sys_dev | ) | [static] |
Definition at line 2418 of file cardutil.cpp.
Referenced by CardUtil::GetASIBufferSize(), CardUtil::GetASIDeviceNumber(), CardUtil::GetASIMode(), and CardUtil::SetASIMode().
| static bool write_sys | ( | QString | sys_dev, | |
| QString | str | |||
| ) | [static] |
Definition at line 2427 of file cardutil.cpp.
Referenced by CardUtil::SetASIMode().
1.6.3