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 |
|---|---|---|
|
|
The |
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