This commit is contained in:
2025-12-24 10:54:54 +01:00
parent 979817b292
commit 8bc35536c5
4 changed files with 11 additions and 9 deletions
+4
View File
@@ -22,6 +22,10 @@ function reset_rds() end
---It should be defined by the user in the script.
---@return nil
function on_init() end
---This function is called by the C core after we initialize the encoder (always, every start)
---It should be defined by the user in the script.
---@return nil
function on_start() end
---@param pi integer
function set_rds_pi(pi) end