AddVideoFrame()
Contents
[
Hide
]IShapeCollection::AddVideoFrame(float, float, float, float, System::String) method
Creates a new video frame and adds it to the end of the shape collection.
virtual System::SharedPtr<IVideoFrame> Aspose::Slides::IShapeCollection::AddVideoFrame(float x, float y, float width, float height, System::String fname)=0
Arguments
Parameter | Type | Description |
---|---|---|
x | float | The x-coordinate of the new video frame, in points. |
y | float | The y-coordinate of the new video frame, in points. |
width | float | The width of the new video frame, in points. |
height | float | The height of the new video frame, in points. |
fname | System::String | The path or name of the video file to embed. |
Return Value
The newly created IVideoFrame.
IShapeCollection::AddVideoFrame(float, float, float, float, System::SharedPtr<IVideo>) method
Creates a new video frame and adds it to the end of the shape collection.
virtual System::SharedPtr<IVideoFrame> Aspose::Slides::IShapeCollection::AddVideoFrame(float x, float y, float width, float height, System::SharedPtr<IVideo> video)=0
Arguments
Parameter | Type | Description |
---|---|---|
x | float | The x-coordinate of the new video frame, in points. |
y | float | The y-coordinate of the new video frame, in points. |
width | float | The width of the new video frame, in points. |
height | float | The height of the new video frame, in points. |
video | System::SharedPtr<IVideo> | The IVideo to embed in the video frame. |
Return Value
The newly created IVideoFrame.
See Also
- Typedef SharedPtr
- Class IVideoFrame
- Class String
- Class IShapeCollection
- Class IVideo
- Namespace Aspose::Slides
- Library Aspose.Slides