gobj_is_playing()

gobj_is_playing()#

Checks if the given hgobj is currently in a playing state.

Prototype

BOOL gobj_is_playing(hgobj gobj);

Parameters

Key

Type

Description

gobj

hgobj

The hgobj instance to check.


Return Value

Returns TRUE if the hgobj is playing, otherwise returns FALSE.

Notes

If the hgobj is NULL or has been destroyed, an error is logged and FALSE is returned.

Prototype

// Not applicable in JS

Prototype

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