IAudioCollection class

IAudioCollection class

Represents a collection of embedded audio files.

The IAudioCollection type exposes the following members:

Gets the element at the specified index. Read-only IAudio.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_audio(self, audio)Adds a copy of an audio file from an another presentation.
add_audio(self, stream)Creates and adds a audio to a presentation from stream.
add_audio(self, stream, loading_stream_behavior)Creates and adds a audio to a presentation from stream.
add_audio(self, audio_data)Creates and adds a audio to a presentation from byte array.

See Also