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)
Syntaxpublic IAudio AddAudio(
Stream stream
)
Public Function AddAudio (
stream As Stream
) As IAudio
public:
virtual IAudio^ AddAudio(
Stream^ stream
) sealed
abstract AddAudio :
stream : Stream -> IAudio
override AddAudio :
stream : Stream -> IAudio
Parameters
- stream
- Type: System.IOStream
Stream to add audio from.
Return Value
Type:
IAudioAdded audio.
Implements
IAudioCollectionAddAudio(Stream)
See Also