AudioCollection Class

Represents a collection of embedded audio files.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesAudioCollection

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

The AudioCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns a number of audio files in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Gets the element at the specified index. Read-only IAudio.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodAddAudio(Byte)
Creates and adds a audio to a presentation from byte array.
Public methodAddAudio(Stream)
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
Copies audios to specified array starting from specifyed index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also