InsertAudioFrameCD()

IShapeCollection::InsertAudioFrameCD(int32_t, float, float, float, float) method

Insert an AudioFrame with CD.

virtual System::SharedPtr<IAudioFrame> Aspose::Slides::IShapeCollection::InsertAudioFrameCD(int32_t index, float x, float y, float width, float height)=0

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index at which video frame should be inserted.
xfloatX coordinate of a new audio frame.
yfloatY coordinate of a new audio frame.
widthfloatWidth of a new audio frame.
heightfloatHeight of a new audio frame.

Return Value

Created AudioFrame object.

See Also