isLooping property

  1. @UnsignedInt()
int isLooping
getter/setter pair

Whether or not the stream is looping. It's important to set the looping flag at the data stream level for smooth loop transitions.

Implementation

@ma_bool32()
external int isLooping;