IAudioCollection

IAudioCollection interface

Represents a collection of embedded audio files.

public interface IAudioCollection : IGenericCollection<IAudio>

Properties

NameDescription
Item { get; }Gets the element at the specified index. Read-only IAudio.

Methods

NameDescription
AddAudio(byte[])Creates and adds a audio to a presentation from byte array.
AddAudio(IAudio)Adds a copy of an audio file from an another presentation.
AddAudio(Stream, LoadingStreamBehavior)Creates and adds a audio to a presentation from stream.

See Also