IAudioCollection
IAudioCollection class
Represents a collection of embedded audio files.
The IAudioCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Gets the element at the specified index. Read-only IAudio. |
Methods
Name | Description |
---|---|
add_audio(audio) | Adds a copy of an audio file from an another presentation. |
add_audio(stream) | Creates and adds a audio to a presentation from stream. |
add_audio(stream, loading_stream_behavior) | Creates and adds a audio to a presentation from stream. |
add_audio(audio_data) | Creates and adds a audio to a presentation from byte array. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides