insert_audio_frame_cd method

insert_audio_frame_cd

Insert an AudioFrame with CD.

Returns

Created AudioFrame object.

def insert_audio_frame_cd(self, index, x, y, width, height):
    ...
ParameterTypeDescription
indexintThe zero-based index at which video frame should be inserted.
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.

See Also