API Reference v9.2.0

StreamModeenum

Module: ZaberMotionAscii

Mode of a stream.

To use this type, add import ZaberMotionAscii to the top of your source code.

Related Guides:
NameValueDescription
StreamMode.disabled0The stream is not set up.
StreamMode.store1Actions are queued into a stream buffer for later playback.
StreamMode.storeArbitraryAxes2Actions are queued into a stream buffer for later playback (axes not specified).
StreamMode.live3Actions are queued and executed on the device immediately.