com.aspose.slides
Interface IVideoCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<IVideo>, IGenericCollection<IVideo>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IVideo>, java.lang.Iterable<IVideo>
All Known Implementing Classes:
VideoCollection

public interface IVideoCollection
extends IGenericCollection<IVideo>


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

get_Item

IVideo get_Item(int index)

Gets the element at the specified index. Read-only IVideo.


addVideo

IVideo addVideo(IVideo video)

Adds a copy of an video file from an another presentation.

Parameters:
video - Source video.
Returns:
Added video.

addVideo

IVideo addVideo(java.io.InputStream stream)

Creates and adds a video to a presentation from stream.

Parameters:
stream - Stream to add video file from.
Returns:
Added IVideo.

addVideo

IVideo addVideo(byte[] videoData)

Creates and adds a video to a presentation from byte array.

Parameters:
videoData - Video bytes.
Returns:
Added video.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.