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
addVideoFromStream
Name | Description |
---|---|
addVideoFromStream (VideoCollection, ReadStream, int, Function) | Creates and adds a video to a presentation from stream. |
Parameters:
Name | Type | Description |
---|---|---|
videocollection | VideoCollection | link to self |
stream | ReadStream | Stream to add video file from. |
loadingStreamBehavior | int | The behavior which will be applied to the stream. |
callback | Function | callback(error, Returns) - Callback to be called when the method has completed |
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