Method
ALSATimerInstanceParamsset_event_filter
Declaration [src]
gboolean
alsatimer_instance_params_set_event_filter (
ALSATimerInstanceParams* self,
const ALSATimerRealTimeEventType* entries,
gsize entry_count,
GError** error
)
Description [src]
Set the list of ALSATimerRealTimeEventType
to filter events. This parameter is effective only for
target instance with ALSATimerEventType
.TIMESTAMP.
Parameters
entries |
An array of ALSATimerRealTimeEventType |
The array with elements for entries of
|
|
The length of the array is specified in the entry_count argument. | |
The data is owned by the caller of the function. | |
entry_count |
gsize |
The number of elements in the above array. |
|
error |
GError ** |
The return location for a GError* , or NULL . |