VideoCollection
VideoCollection class
Represents a collection of Video objects.
addVideo
Name | Description |
---|---|
addVideo (Video) | Adds a copy of an video file from an another presentation. |
Parameters:
Name | Type | Description |
---|---|---|
video | Video | Source video. |
Returns: Video
addVideo
Name | Description |
---|---|
addVideo (InputStream, int) | Creates and adds a video to a presentation from stream. |
Parameters:
Name | Type | Description |
---|---|---|
stream | InputStream | Stream to add video file from. |
loadingStreamBehavior | int | The behavior which will be applied to the stream. |
Returns: Video
addVideo
Name | Description |
---|---|
addVideo (byte[]) | Creates and adds a video to a presentation from byte array. |
Parameters:
Name | Type | Description |
---|---|---|
videoData | byte[] | Video bytes. |
Returns: Video
getSyncRoot
Name | Description |
---|---|
getSyncRoot () | Returns a synchronization root. Read-only Object. |
Returns: Object
get_Item
Name | Description |
---|---|
get_Item (int) | Gets the element at the specified index. Read-only IVideo. |
Returns: Video
isSynchronized
Name | Description |
---|---|
isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Returns: boolean
iterator
Name | Description |
---|---|
iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
Name | Description |
---|---|
iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
size
Name | Description |
---|---|
size () | Returns a number of video files in the collection. Read-only int. |
Returns: int