add_audio_frame_cd method

add_audio_frame_cd

Adds an AudioFrame with CD to the end of collection.

Returns

Created AudioFrame object.

def add_audio_frame_cd(self, x, y, width, height):
    ...
ParameterTypeDescription
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