Elecard Trace Filter¶
Elecard Trace Filter is a GStreamer plugin that passes data through itself and thus tracks the presence of this data.
Features¶
Elecard Trace Filter has the following features:
Enables configuration of a specific period for stream recording;
Enables creation of a ring buffer dump;
Enables precise configuration of sample size and number.
Parameter Description¶
Below is the table describing Elecard Trace Filter parameters and their values:
Parameter Name |
Description |
Value Type |
Available Values [range] |
Default |
Flags |
|---|---|---|---|---|---|
drop |
Enables or disables data input. |
Boolean |
True, False |
False |
readable, writable |
drop-by-time |
Specifies the period of recording the stream in seconds. |
Unsigned Integer |
[0 – 4294967295] |
0 |
readable, writable |
dump-folder |
Specifies the path to a folder for saving the dump. |
String |
readable, writable |
||
dump-folder-rbuf |
Specifies the path to a folder where the ring buffer dump should be created. |
String |
readable, writable |
||
dump-ring-buffer |
Specifies the mode of creating the ring buffer dump. |
Unsigned Integer |
0 — Default
1 — Create dump as usual
2 — Emergency condition
|
0 |
readable, writable |
dump-to-file |
Enables or disables the saving of the dump to a file. |
Boolean |
True, False |
False |
readable, writable |
interval |
Specifies the interval between records in the output in seconds. If the value is set to |
Integer |
[0 – 2147483647] |
0 |
readable, writable |
qos |
Enables or disables the handling of quality-of-service events. |
Boolean |
True, False |
False |
readable, writable |
restart-dump |
Enables or disables dump restart. |
Boolean |
True, False |
False |
readable, writable |
ring-buffer-size |
Specifies the size of the ring buffer (in bytes). |
Unsigned Integer |
[0 – 4294967295] |
0 |
readable, writable |
sample-count |
Specifies the number of samples. |
Integer |
[0 – 2147483647] |
0 |
readable |
sample-count-change |
Specifies the change in the number of samples. |
Integer |
[0 – 2147483647] |
0 |
readable |
silent |
Enables or disables the output of detailed data. |
Boolean |
True, False |
True |
readable, writable |