InsertAudioFrameCD

IShapeCollection.InsertAudioFrameCD method

Insert an AudioFrame with CD.

public IAudioFrame InsertAudioFrameCD(int index, float x, float y, float width, float height)
ParameterTypeDescription
indexInt32The zero-based index at which video frame should be inserted.
xSingleX coordinate of a new audio frame.
ySingleY coordinate of a new audio frame.
widthSingleWidth of a new audio frame.
heightSingleHeight of a new audio frame.

Return Value

Created AudioFrame object.

See Also