AddVideo
Contents
[
Hide
]AddVideo(IVideo)
Adds a copy of an video file from an another presentation.
public IVideo AddVideo(IVideo video)
Parameter | Type | Description |
---|---|---|
video | IVideo | Source video. |
Return Value
Added video.
See Also
- interface IVideo
- interface IVideoCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
AddVideo(Stream, LoadingStreamBehavior)
Creates and adds a video to a presentation from stream.
public IVideo AddVideo(Stream stream, LoadingStreamBehavior loadingStreamBehavior)
Parameter | Type | Description |
---|---|---|
stream | Stream | Stream to add video file from. |
loadingStreamBehavior | LoadingStreamBehavior | The behavior which will be applied to the stream. |
Return Value
Added IVideo
.
See Also
- interface IVideo
- enum LoadingStreamBehavior
- interface IVideoCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
AddVideo(byte[])
Creates and adds a video to a presentation from byte array.
public IVideo AddVideo(byte[] videoData)
Parameter | Type | Description |
---|---|---|
videoData | Byte[] | Video bytes. |
Return Value
Added video.
See Also
- interface IVideo
- interface IVideoCollection
- namespace Aspose.Slides
- assembly Aspose.Slides