AudioCollection Methods

The AudioCollection type exposes the following members.

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