define pre/post-trigger capture ratio option
This commit is contained in:
parent
b5698bd71e
commit
3245dfcb62
|
@ -38,6 +38,7 @@ GSList *plugins;
|
|||
*/
|
||||
struct hwcap_option hwcap_options[] = {
|
||||
{HWCAP_SAMPLERATE, T_UINT64, "Sample rate", "samplerate"},
|
||||
{HWCAP_CAPTURE_RATIO, T_UINT64, "Pre-trigger capture ratio", "captureratio"},
|
||||
{0, 0, NULL, NULL},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue