InsertAudioFrameCD()
ShapeCollection::InsertAudioFrameCD(int32_t, float, float, float, float) method
Insert an AudioFrame with CD.
System::SharedPtr<IAudioFrame> Aspose::Slides::ShapeCollection::InsertAudioFrameCD(int32_t index, float x, float y, float width, float height) override
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index at which video frame should be inserted. |
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. |
Return Value
Created AudioFrame object.
See Also
- Typedef SharedPtr
- Class IAudioFrame
- Class ShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides