PlaybackState#

class omni.audioplayer.PlaybackState#

Bases: pybind11_object

Members:

STOPPED : No sound is playing or the voice has been stopped

PLAYING : Sound is actively playing (not paused)

PAUSED : Sound is paused

Methods

__init__(self, value)

Attributes

PAUSED

PLAYING

STOPPED

name

value

__init__(
self: omni.audioplayer._audioplayer.PlaybackState,
value: int,
) None#
property name#