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
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new audio frame. |
y | float | Y coordinate of a new audio frame. |
width | float | Width of a new audio frame. |
height | float | Height of a new audio frame. |
fname | System::String | Audio file name. |
Return Value
Created AudioFrame object.
See Also
- Typedef SharedPtr
- Class IAudioFrame
- Class String
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides