insertAudioFrameLinked
insertAudioFrameLinked(int index, float x, float y, float width, float height, String fname) function
Creates a new audio frame with linked audio file and inserts it to a collection at the specified index.
Parameters
| Name | 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 | String | Audio file name. |