InsertAudioFrameCD()
Contents
[
Hide
]IShapeCollection::InsertAudioFrameCD(int32_t, float, float, float, float) method
Creates a new audio frame linked to a CD track and inserts it into the shape collection at the specified index.
virtual System::SharedPtr<IAudioFrame> Aspose::Slides::IShapeCollection::InsertAudioFrameCD(int32_t index, float x, float y, float width, float height)=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| index | int32_t | The zero-based index at which to insert the audio frame. | 
| x | float | The x-coordinate of the new audio frame, in points. | 
| y | float | The y-coordinate of the new audio frame, in points. | 
| width | float | The width of the new audio frame, in points. | 
| height | float | The height of the new audio frame, in points. | 
Return Value
The newly created IAudioFrame.
See Also
- Typedef SharedPtr
- Class IAudioFrame
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides