addVideo
Contents
[
Hide
]addVideo(Video video) method
Adds a copy of an video file from an another presentation.
Parameters
Name | Type | Description |
---|---|---|
video | Video | Source video. |
Returns
addVideo(InputStream stream) method
Creates and adds a video to a presentation from stream.
Parameters
Name | Type | Description |
---|---|---|
stream | InputStream | Stream to add video file from. |
Returns
addVideo(InputStream stream, int loadingStreamBehavior) method
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
addVideo(byte[] videoData) method
Creates and adds a video to a presentation from byte array.
Parameters
Name | Type | Description |
---|---|---|
videoData | byte[] | Video bytes. |