add_audio_frame_cd method
add_audio_frame_cd
Creates a new audio frame linked to a CD track and adds it to the end of the shape collection.
Returns
The newly created IAudioFrame.
def add_audio_frame_cd(self, x, y, width, height):
...
| Parameter | Type | Description |
|---|---|---|
| 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
ShapeCollection - module
aspose.slides - library
Aspose.Slides