InsertAudioFrameLinked()

IShapeCollection::InsertAudioFrameLinked(int32_t, float, float, float, float, System::String) method

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

virtual System::SharedPtr<IAudioFrame> Aspose::Slides::IShapeCollection::InsertAudioFrameLinked(int32_t index, float x, float y, float width, float height, System::String fname)=0

Arguments

ParameterTypeDescription
indexint32_tThe 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.
fnameSystem::StringAudio file name.

Return Value

Created AudioFrame object.

See Also