VideoCollection Class |
Namespace: Aspose.Slides
The VideoCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns a number of video files in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Gets the element at the specified index.
Read-only IVideo.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | AddVideo(Byte) |
Creates and adds a video to a presentation from byte array.
|
![]() | AddVideo(Stream) |
Creates and adds a video to a presentation from stream.
|
![]() | AddVideo(IVideo) |
Adds a copy of an video file from an another presentation.
|
![]() | AddVideo(Stream, LoadingStreamBehavior) |
Creates and adds a video to a presentation from stream.
|
![]() | CopyTo |
Copies videos to specified array starting from specifyed index.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |