AddAudioFrameLinked

ShapeCollection.AddAudioFrameLinked method

Creates a new audio frame linked to an external audio file and adds it to the end of the shape collection.

public IAudioFrame AddAudioFrameLinked(float x, float y, float width, float height, string fname)
ParameterTypeDescription
xSingleThe x-coordinate of the new audio frame, in points.
ySingleThe y-coordinate of the new audio frame, in points.
widthSingleThe width of the new audio frame, in points.
heightSingleThe height of the new audio frame, in points.
fnameStringThe path or name of the external audio file to link.

Return Value

The newly created IAudioFrame.

See Also