add_audio_frame_cd method

add_audio_frame_cd

Creates a new audio frame linked to a CD track and adds it to the end of the shape collection.

Returns

The newly created IAudioFrame.

def add_audio_frame_cd(self, x, y, width, height):
    ...
ParameterTypeDescription
xfloatThe x-coordinate of the new audio frame, in points.
yfloatThe y-coordinate of the new audio frame, in points.
widthfloatThe width of the new audio frame, in points.
heightfloatThe height of the new audio frame, in points.

See Also