|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.collections.VideoCollection
public class VideoCollection
Represents a collection of Video objects.
| Constructor Summary | |
|---|---|
VideoCollection(PresentationPptx parent)
|
|
| Method Summary | |
|---|---|
VideoData |
append(byte[] videoData)
Creates and adds a video to a presentation from byte array. |
VideoData |
append(VideoData videoData)
Adds a copy of an video file from an another presentation. |
void |
copyTo(java.lang.Object[] array,
int index)
Copy the list to a specified index with an array. |
VideoData |
get(int index)
Gets the element at the specified index. |
int |
getCount()
Gets a number of video files in the collection. |
java.lang.Object |
getSyncRoot()
Gets the syncroot. |
boolean |
isSynchronized()
|
com.spire.ms.System.Collections.IEnumerator |
iterator()
Gets a iterator of the collection. |
int |
size()
Gets the size of the collection. |
| Constructor Detail |
|---|
public VideoCollection(PresentationPptx parent)
| Method Detail |
|---|
public int getCount()
public VideoData get(int index)
index -
public VideoData append(VideoData videoData)
videoData - Source video
java.lang.Exceptionpublic VideoData append(byte[] videoData)
videoData - Video bytes.
java.lang.Exception
public void copyTo(java.lang.Object[] array,
int index)
array - index - public boolean isSynchronized()
public java.lang.Object getSyncRoot()
public int size()
public com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||