com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class VideoCollection

  • java.lang.Object
    • com.aspose.slides.VideoCollection
  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IVideo>, com.aspose.ms.System.Collections.ICollection<IVideo>, com.aspose.ms.System.Collections.IEnumerable<IVideo>, IGenericCollection<IVideo>, IVideoCollection, java.lang.Iterable<IVideo>


    public class VideoCollection
    extends java.lang.Object
    implements IVideoCollection

    Represents a collection of Video objects.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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(java.io.InputStream stream, int loadingStreamBehavior)
      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.
      void copyTo(com.aspose.ms.System.Array array, int index)
      Copies videos to specified array starting from specifyed index.
      IVideo get_Item(int index)
      Gets the element at the specified index.
      com.aspose.slides.IDOMObject getParent_Immediate()
      Returns Parent_Immediate object.
      java.lang.Object getSyncRoot()
      Returns a synchronization root.
      boolean isSynchronized()
      Returns a value indicating whether access to the collection is synchronized (thread-safe).
      com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IVideo> iterator()
      Returns an enumerator that iterates through the collection.
      int size()
      Returns a number of video files in the collection.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • size

        public final int size()

        Returns a number of video files in the collection. Read-only int.

        Specified by:
        size in interface com.aspose.ms.System.Collections.ICollection<IVideo>
      • addVideo

        public final IVideo addVideo(IVideo video)

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

        Specified by:
        addVideo in interface IVideoCollection
        Parameters:
        video - Source video.
        Returns:
        Added video.
      • addVideo

        public final IVideo addVideo(java.io.InputStream stream)

        Creates and adds a video to a presentation from stream.

        Specified by:
        addVideo in interface IVideoCollection
        Parameters:
        stream - Stream to add video file from.
        Returns:
        Added Video.
      • addVideo

        public final IVideo addVideo(java.io.InputStream stream,
                                     int loadingStreamBehavior)

        Creates and adds a video to a presentation from stream.

        Specified by:
        addVideo in interface IVideoCollection
        Parameters:
        stream - Stream to add video file from.
        loadingStreamBehavior - The behavior which will be applied to the stream.
        Returns:
        Added IVideo.
      • addVideo

        public final IVideo addVideo(byte[] videoData)

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

        Specified by:
        addVideo in interface IVideoCollection
        Parameters:
        videoData - Video bytes.
        Returns:
        Added video.
      • copyTo

        public final void copyTo(com.aspose.ms.System.Array array,
                                 int index)

        Copies videos to specified array starting from specifyed index.

        Specified by:
        copyTo in interface com.aspose.ms.System.Collections.ICollection<IVideo>
        Parameters:
        array - Array.
        index - Index.
      • isSynchronized

        public final boolean isSynchronized()

        Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

        Specified by:
        isSynchronized in interface com.aspose.ms.System.Collections.ICollection<IVideo>
      • getSyncRoot

        public final java.lang.Object getSyncRoot()

        Returns a synchronization root. Read-only Object.

        Specified by:
        getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<IVideo>
      • iterator

        public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IVideo> iterator()

        Returns an enumerator that iterates through the collection.

        Specified by:
        iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IVideo>
        Specified by:
        iterator in interface com.aspose.ms.System.Collections.IEnumerable<IVideo>
        Specified by:
        iterator in interface java.lang.Iterable<IVideo>
        Returns:
        A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.