InsertAudioFrameCD()

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

Creates a new audio frame linked to a CD track and inserts it into the shape collection at the specified index.

System::SharedPtr<IAudioFrame> Aspose::Slides::ShapeCollection::InsertAudioFrameCD(int32_t index, float x, float y, float width, float height) override

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index at which to insert the audio frame.
xfloatThe x-coordinate of the new audio frame, in points.
yfloatThe y-coordinate of the new audio frame, in points.
widthfloatThe width of the new audio frame, in points.
heightfloatThe height of the new audio frame, in points.

Return Value

The newly created IAudioFrame.

See Also