-
Notifications
You must be signed in to change notification settings - Fork 6
ESfilter
dave-p edited this page Jul 21, 2024
·
3 revisions
The up-to-date version of this documentation is now on the Tvheadend website at https://docs.tvheadend.org/documentation/development/json-api
Functions to report on and control Elementary Stream filters.
There are separate API functions to operate on the different types of filter, but they all work in the same way. In the descriptions below the XXX
in the function name can be replaced with video
, audio
, teletext
, subtit
(subtitle), ca
or other
as required.
Lists the descriptions, options and defaults for configuring the chosen type of filter, ie Configuration -> Stream -> Stream Filters -> {chosen type} -> Add.
Returns the parameters of the defined filters of the chosen type. The usual selection options are available, see Grid Parameters
Creates a new filter of the chosen type. ADMIN privilege is required.
-
conf
A JSON object describing the filter.