|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVideoCollection
Method Summary | |
---|---|
IVideo |
addVideo(byte[] videoData)
Creates and adds a video to a presentation from byte array. |
IVideo |
addVideo(java.io.InputStream stream)
Creates and adds a video to a presentation from stream. |
IVideo |
addVideo(IVideo video)
Adds a copy of an video file from an another presentation. |
IVideo |
get_Item(int index)
Gets the element at the specified index. |
Methods inherited from interface com.aspose.slides.IGenericCollection |
---|
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
IVideo get_Item(int index)
Gets the element at the specified index.
Read-only IVideo
.
IVideo addVideo(IVideo video)
Adds a copy of an video file from an another presentation.
video
- Source video.
IVideo addVideo(java.io.InputStream stream)
Creates and adds a video to a presentation from stream.
stream
- Stream to add video file from.
IVideo
.IVideo addVideo(byte[] videoData)
Creates and adds a video to a presentation from byte array.
videoData
- Video bytes.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |