com.aspose.slides
Interface IVideoCollection

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

public interface IVideoCollection
extends com.aspose.ms.System.Collections.ICollection<IVideo>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IVideo>


Method Summary
 IVideo addVideo(byte[] videoData)
           
 IVideo addVideo(java.io.InputStream stream)
           
 IVideo addVideo(IVideo video)
           
 IVideo get_Item(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
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)

addVideo

IVideo addVideo(IVideo video)

addVideo

IVideo addVideo(java.io.InputStream stream)

addVideo

IVideo addVideo(byte[] videoData)