|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.VideoExCollection
public class VideoExCollection
Represents a collection of VideoEx objects.
Method Summary | |
---|---|
VideoEx |
addVideo(byte[] videoData)
Creates and adds a video to a presentation from byte array. |
VideoEx |
addVideo(java.io.InputStream stream)
|
VideoEx |
addVideo(VideoEx video)
Adds a copy of an video file from an another presentation. |
void |
copyTo(java.lang.Object[] array,
int index)
|
VideoEx |
get_Item(int index)
Gets the element at the specified index. |
java.lang.Object |
getSyncRoot()
|
boolean |
isSynchronized()
|
com.aspose.ms.System.Collections.IEnumerator<VideoEx> |
iterator()
|
int |
size()
Returns a number of video 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 video files in the collection.
size
in interface com.aspose.ms.System.Collections.ICollection<VideoEx>
public VideoEx get_Item(int index)
Gets the element at the specified index.
Read-only VideoEx
.
public VideoEx addVideo(VideoEx video)
Adds a copy of an video file from an another presentation.
video
- Source video.
public VideoEx addVideo(java.io.InputStream stream)
public VideoEx addVideo(byte[] videoData)
Creates and adds a video to a presentation from byte array.
videoData
- Video bytes.
public void copyTo(java.lang.Object[] array, int index)
copyTo
in interface com.aspose.ms.System.Collections.ICollection<VideoEx>
public boolean isSynchronized()
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<VideoEx>
public java.lang.Object getSyncRoot()
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<VideoEx>
public com.aspose.ms.System.Collections.IEnumerator<VideoEx> iterator()
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<VideoEx>
iterator
in interface java.lang.Iterable<VideoEx>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |