number_of_beats property
number_of_beats property
Gets or sets the total number of musical beats in a clip; for example, the beats-per-second times the duration in seconds.
Definition:
@property
def number_of_beats(self):
...
@number_of_beats.setter
def number_of_beats(self, value):
...