insert_audio_frame_cd method
insert_audio_frame_cd
Creates a new audio frame linked to a CD track and inserts it into the shape collection at the specified index.
Returns
The newly created IAudioFrame.
def insert_audio_frame_cd(self, index, x, y, width, height):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | 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. |
See Also
- class
IAudioFrame - class
IShapeCollection - module
aspose.slides - library
Aspose.Slides