iSpring.VideoObjectInfo Interface
The VideoObjectInfo interface stores information about video object.
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
AnimationStepIndex |
int |
Read only |
|
Returns index of animation when the video object will be shown on the slide. Note. If there is no animation step for the video object value is 0. |
|
DelayTime |
float |
Read only |
|
Returns time in seconds when the video object will be shown on the slide |
|
DestinationSlideIndex |
int |
Read |
|
Returns destination slide index contained the video object. Note. Index is 1- based |
|
Height |
float |
Read only |
|
Returns height of the video object. |
|
Id |
int |
Read only |
|
Returns the identifier of the video object on the slide |
|
Left |
float |
Read only |
|
Returns the distance in pixels between the left edge of the video object and the left edge of the slide |
|
Path |
string |
Read only |
|
Returns the path to the video object file |
|
PlaybackMode |
Read only |
|
Returns the playback mode. Possible values are: |
|
|
SlideId |
int |
Read only |
|
Returns an identifier of the slide containing the video object |
|
SourceSlideIndex |
int |
Read only |
|
Returns slide index of the presentation contained the video object. |
|
Top |
float |
Read only |
|
Returns the distance in pixels between the top edge of the video object and the top edge of the slide |
|
Type |
Read only |
|
Returns the format of the flash video object. Possible values are: |
|
|
Width |
float |
Read only |
|
Returns width in pixels of the video object |
See also