PlaybackState#
- class omni.audioplayer.PlaybackState#
Bases:
pybind11_objectMembers:
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
PAUSEDPLAYINGSTOPPEDvalue- __init__(
- self: omni.audioplayer._audioplayer.PlaybackState,
- value: int,
- property name#