IVideoCollection class

IVideoCollection class

Represents a collection of Video objects.

The IVideoCollection type exposes the following members:

Gets the element at the specified index. Read-only IVideo.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_video(self, video)Adds a copy of an video file from an another presentation.
add_video(self, stream, loading_stream_behavior)Creates and adds a video to a presentation from stream.
add_video(self, video_data)Creates and adds a video to a presentation from byte array.

See Also