com.aspose.slides
Interface IAudioCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection<IAudio>, com.aspose.ms.System.Collections.IEnumerable<IAudio>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IAudio>, java.lang.Iterable<IAudio>
All Known Implementing Classes:
AudioCollection

public interface IAudioCollection
extends com.aspose.ms.System.Collections.ICollection<IAudio>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IAudio>

Represents a collection of embedded audio files.


Method Summary
 IAudio addAudio(byte[] audioData)
           
 IAudio addAudio(IAudio audio)
           
 IAudio addAudio(java.io.InputStream stream)
           
 IAudio get_Item(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

IAudio get_Item(int index)

addAudio

IAudio addAudio(IAudio audio)

addAudio

IAudio addAudio(java.io.InputStream stream)

addAudio

IAudio addAudio(byte[] audioData)