|
|||||||||
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( 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( parent)
method detail |
---|
public int getcount()
public videodata get(int index)
index
-
public videodata append(videodata videodata)
videodata
- source video
java.lang.exception
public 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 |