width

The width of the layer in pixels.Floating-point; read-only.

moveBefore()

Moves this layer to a position immediately before above the specified layer.layer The target layer, a layer object in the same composition.Nothing.

stretch

The layerメs time stretch, expressed as a percentage. A value of 100 means no stretch. Values between 0 and 1 are set to 1, and values between -1 and 0 not i

isNameFromSource

True if the layer has no expressly set name, but contains a named source. In this case, layer.name has the same value as layer.source.name.False if the laye

audioActiveAtTime()

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

activeAtTime()

Returns true if this layer will be active at the specified time. To return true, the layer must be enabled, no otherlayer may be soloing unless this layer i

time

The current time of the layer, expressed in composition time seconds .Floating-point value; read-only.