IShapeCollectionAddAudioFrameEmbedded Method (Single, Single, Single, Single, IAudio) |
Adds a new audio frame with embedded audio file to the end of a collection.
It uses audio file from Presentation.Audios list.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxIAudioFrame AddAudioFrameEmbedded(
float x,
float y,
float width,
float height,
IAudio audio
)
Function AddAudioFrameEmbedded (
x As Single,
y As Single,
width As Single,
height As Single,
audio As IAudio
) As IAudioFrame
IAudioFrame^ AddAudioFrameEmbedded(
float x,
float y,
float width,
float height,
IAudio^ audio
)
abstract AddAudioFrameEmbedded :
x : float32 *
y : float32 *
width : float32 *
height : float32 *
audio : IAudio -> IAudioFrame
Parameters
- x
- Type: SystemSingle
X coordinate of a new audio frame. - y
- Type: SystemSingle
Y coordinate of a new audio frame. - width
- Type: SystemSingle
Width of a new audio frame. - height
- Type: SystemSingle
Height of a new audio frame. - audio
- Type: Aspose.SlidesIAudio
Audio from Presentation.Audios list.
Return Value
Type:
IAudioFrameCreated AudioFrame object.
See Also