IAudioCollection Interface

Represents a collection of embedded audio files.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IAudioCollection : IGenericCollection<IAudio>, 
	IEnumerable<IAudio>, IEnumerable, ICollection

The IAudioCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddAudio(Byte)
Creates and adds a audio to a presentation from byte array.
Public methodAddAudio(Stream) Obsolete.
Creates and adds a audio to a presentation from stream.
Public methodAddAudio(IAudio)
Adds a copy of an audio file from an another presentation.
Public methodAddAudio(Stream, LoadingStreamBehavior)
Creates and adds a audio to a presentation from stream.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIAudio.)
See Also