|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.AudioExCollection
public class AudioExCollection
Represents a collection of embedded audio files.
Method Summary | |
---|---|
AudioEx |
addAudio(AudioEx audio)
Adds a copy of an audio file from an another presentation. |
AudioEx |
addAudio(byte[] audioData)
Creates and adds a audio to a presentation from byte array. |
AudioEx |
addAudio(java.io.InputStream stream)
|
void |
copyTo(java.lang.Object[] array,
int index)
|
AudioEx |
get_Item(int index)
Gets the element at the specified index. |
java.lang.Object |
getSyncRoot()
|
boolean |
isSynchronized()
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
|
int |
size()
Returns a number of audio files in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
Returns a number of audio files in the collection.
size
in interface com.aspose.ms.System.Collections.ICollection<AudioEx>
public AudioEx get_Item(int index)
Gets the element at the specified index.
Read-only ImageEx
.
public AudioEx addAudio(AudioEx audio)
Adds a copy of an audio file from an another presentation.
audio
- Source audio.
public AudioEx addAudio(java.io.InputStream stream)
public AudioEx addAudio(byte[] audioData)
Creates and adds a audio to a presentation from byte array.
audioData
- Audio bytes.
public void copyTo(java.lang.Object[] array, int index)
copyTo
in interface com.aspose.ms.System.Collections.ICollection<AudioEx>
public boolean isSynchronized()
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<AudioEx>
public java.lang.Object getSyncRoot()
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<AudioEx>
public com.aspose.ms.System.Collections.IEnumerator iterator()
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<AudioEx>
iterator
in interface java.lang.Iterable<AudioEx>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |