title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Presentation.CreateVideo method (PowerPoint) |
vbapp10.chm583123 |
|
|
d302f251-66ee-c82d-d9b9-2c29b93f7615 |
06/08/2017 |
medium |
Creates a video in a Presentation object.
expression. CreateVideo
( _FileName_
, _UseTimingsAndNarrations_
, _DefaultSlideDuration_
, _VertResolution_
, _FramesPerSecond_
, _Quality_
)
expression A variable that represents a Presentation object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
FileName | Required | String | The name of the video file to create. |
UseTimingsAndNarrations | Optional | Boolean | Indicates whether to use timings and narrations. |
DefaultSlideDuration | Optional | [INT] | The duration, in seconds, to view the slide. |
VertResolution | Optional | [INT] | The resolution of the slide. |
FramesPerSecond | Optional | [INT] | The number of frames per second. |
Quality | Optional | [INT] | The level of quality of the slide. |
[!includeSupport and feedback]