IVideoCollection

IVideoCollection interface

Represents a collection of Video objects.

public interface IVideoCollection : IGenericCollection<IVideo>

Properties

NameDescription
Item { get; }Gets the element at the specified index. Read-only IVideo.

Methods

NameDescription
AddVideo(byte[])Creates and adds a video to a presentation from byte array.
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.

See Also