gobj_autoplay_services()

gobj_autoplay_services()#

Starts all services marked with gobj_flag_autoplay by calling gobj_play() on them.

Prototype

int gobj_autoplay_services(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

Returns 0 after attempting to start all autoplay services.

Notes

This function iterates over all registered services and plays those that have the gobj_flag_autoplay flag set.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples