intro_time property

intro_time property

Gets or sets the duration of lead time for queuing music.

Definition:

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

See Also