gobj_pause_autoplay_services()
#
Pauses all services that have the gobj_flag_autoplay
flag set. This function iterates over all registered services and pauses those that are currently playing.
Prototype
int gobj_pause_autoplay_services(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
Returns 0 after attempting to pause all autoplay services.
Notes
This function is typically used during shutdown or when temporarily suspending services. It ensures that services marked for autoplay do not continue running.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples