AudioCollectionAddAudio Method (Stream)

Creates and adds a audio to a presentation from stream.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IAudio AddAudio(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to add audio from.

Return Value

Type: IAudio
Added audio.

Implements

IAudioCollectionAddAudio(Stream)
See Also