add_audio_frame_linked method

add_audio_frame_linked

Adds a new audio frame with linked audio file to the end of a collection.

Returns

Created AudioFrame object.

def add_audio_frame_linked(self, x, y, width, height, fname):
    ...
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.
fnamestrAudio file name.

See Also