IAudioCollection
IAudioCollection interface
Represents a collection of embedded audio files.
public interface IAudioCollection : IGenericCollection<IAudio>
Properties
Name | Description |
---|
Item { get; } | Gets the element at the specified index. Read-only IAudio . |
Methods
Name | Description |
---|
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