insert_audio_frame_linked method

insert_audio_frame_linked

Creates a new audio frame with linked audio file and inserts it to a collection at the specified index.

Returns

Created AudioFrame object.

def insert_audio_frame_linked(self, index, x, y, width, height, fname):
    ...
ParameterTypeDescription
indexintThe zero-based index at which audio 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.
fnamestrAudio file name.

See Also