insert_audio_frame_cd method

insert_audio_frame_cd

Creates a new audio frame linked to a CD track and inserts it into the shape collection at the specified index.

Returns

The newly created IAudioFrame.

def insert_audio_frame_cd(self, index, x, y, width, height):
    ...
ParameterTypeDescription
indexintThe zero-based index at which to insert the audio frame.
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