out_cue property

out_cue property

Gets or sets the time at which to fade out.

Definition:

@property
def out_cue(self):
    ...
@out_cue.setter
def out_cue(self, value):
    ...

See Also