# getSlideShowInfo
Description
Get information about your own slideshow
void getSlideShowInfo()
Response example
{
"available": false,
"started": false,
"slides": [
{
"idx": 0,
"name": "Screenshot.png",
"fileId": 179748251
}
],
"currentSlideIdx": 0,
"method": "getSlideShowInfo",
"requestId" : "1",
"result": true
}
Response Parameters
Name | Description |
---|---|
available | Flag that shows whether it is possible to start a slideshow |
started | Flag that shows whether a slideshow is on |
currentSlideIdx | It is available only if a slideshow is on and shows the index of a current slide being shown |
title | It is available only if a slideshow is running and shows the name of a slideshow |
idx | Slide number in the list |
name | File name |
url | It is available only if a slideshow is on and shows the link of an uploaded slide |
fileId | File identifier on the built-in HTTP server |
slides | The list of slides |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also
- addSlide
- getFileList
- removeAllSlides
- removeSlide
- setSlidePosition
- showFirstSlide
- showLastSlide
- showNextSlide
- showPrevSlide
- startSlideShow
- stopSlideShow
- getSlideShowCache
- removeImageFromCachingQueue
- stopCachingAllImages
- On_mySlideShowStarted
- On_mySlideShowStopped
- On_slideAdded
- On_slideRemoved
- On_slidePositionChanged
- On_currentSlideIndexChanged
- On_slideShowAvailabilityChanged
- On_mySlideShowTitleChanged
- On_slideShowCleared
- On_slideUploaded
- On_allSlidesRemoved
- On_slideCached
- On_slideCachingStarted
- On_allSlidesCachingStopped
- On_imageAddedToCachingQueue
- On_imageRemovedFromCachingQueue
- On_slidesSorted