stop_previous_sound property

stop_previous_sound property

This attribute specifies if the animation effect stops the previous sound. Read/write bool.

Definition:

@property
def stop_previous_sound(self):
    ...

@stop_previous_sound.setter
def stop_previous_sound(self, value):
    ...

See Also