insertAudioFrameCD
insertAudioFrameCD(int index, float x, float y, float width, float height) function
Insert an AudioFrame with CD.
Parameters
Name | Type | Description |
---|---|---|
index | int | 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. |