AddAudioFrameLinked()

IShapeCollection::AddAudioFrameLinked(float, float, float, float, System::String) method

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

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

Arguments

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

Return Value

Created AudioFrame object.

See Also