insert_audio_frame_linked method
insert_audio_frame_linked
Creates a new audio frame with linked audio file and inserts it to a collection at the specified index.
Returns
Created AudioFrame object.
def insert_audio_frame_linked(self, index, x, y, width, height, fname):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which audio 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. |
fname | str | Audio file name. |
See Also
- class
IAudioFrame
- class
IShapeCollection
- module
aspose.slides
- library
Aspose.Slides