InsertAudioFrameLinked

IShapeCollection.InsertAudioFrameLinked method

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

public IAudioFrame InsertAudioFrameLinked(int index, float x, float y, float width, float height, 
    string fname)
ParameterTypeDescription
indexInt32The zero-based index at which audio frame should be inserted.
xSingleX coordinate of a new audio frame.
ySingleY coordinate of a new audio frame.
widthSingleWidth of a new audio frame.
heightSingleHeight of a new audio frame.
fnameStringAudio file name.

Return Value

Created AudioFrame object.

See Also