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>
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 |
get_Item
IVideo get_Item(int index)
addVideo
IVideo addVideo(IVideo video)
addVideo
IVideo addVideo(java.io.InputStream stream)
addVideo
IVideo addVideo(byte[] videoData)