|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAudioCollection
Represents a collection of embedded audio files.
Method Summary | |
---|---|
IAudio |
addAudio(byte[] audioData)
Creates and adds a audio to a presentation from byte array. |
IAudio |
addAudio(IAudio audio)
Adds a copy of an audio file from an another presentation. |
IAudio |
addAudio(java.io.InputStream stream)
Creates and adds a audio to a presentation from stream. |
IAudio |
get_Item(int index)
Gets the element at the specified index. |
Methods inherited from interface com.aspose.slides.IGenericCollection |
---|
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
IAudio get_Item(int index)
Gets the element at the specified index.
Read-only IAudio
.
IAudio addAudio(IAudio audio)
Adds a copy of an audio file from an another presentation.
audio
- Source audio.
IAudio addAudio(java.io.InputStream stream)
Creates and adds a audio to a presentation from stream.
stream
- Stream to add audio from.
IAudio addAudio(byte[] audioData)
Creates and adds a audio to a presentation from byte array.
audioData
- Audio bytes.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |