IVideoCollection
IVideoCollection interface
Represents a collection of Video objects.
public interface IVideoCollection : IGenericCollection<IVideo>
Properties
| Name | Description |
|---|
| Item { get; } | Gets the element at the specified index. Read-only IVideo. |
Methods
| Name | Description |
|---|
| 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