VideoCollection Class

Represents a collection of Video objects.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesVideoCollection

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class VideoCollection : IVideoCollection, 
	IGenericCollection<IVideo>, IEnumerable<IVideo>, IEnumerable, 
	ICollection

The VideoCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns a number of video files in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Gets the element at the specified index. Read-only IVideo.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodAddVideo(Byte)
Creates and adds a video to a presentation from byte array.
Public methodAddVideo(Stream)
Creates and adds a video to a presentation from stream.
Public methodAddVideo(IVideo)
Adds a copy of an video file from an another presentation.
Public methodAddVideo(Stream, LoadingStreamBehavior)
Creates and adds a video to a presentation from stream.
Public methodCopyTo
Copies videos to specified array starting from specifyed index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also