audioActiveAtTime()

app.project.item(index).layer(index).audioActiveAtTime(time)

Description

Returns true if this layer’s audio will be active at the specified time.

For this method to return true, audioEnabled must be true, no other layer with audio may be soloing unless
this layer is soloed too, and the time must be between the inPoint and outPoint of this layer.

Parameters

time The time, in seconds. A floating-point value.

Returns

Boolean.

Other Tags

Posted in AVLayer object and tagged , , , , , , , .