OnPresentationStatusChanged

This event occurs when a presentation’s play status changes (e.g. to paused). 

 

JavaScript

 

OnPresentationStatusChanged(

       PresentationID,

       Status)

 

C#

 

void OnPresentationStatusChanged(

       string PresentationID,

       PresentationStatus Status)

 

C++

 

HRESULT OnPresentationStatusChanged(

       [in] BSTR PresentationID,

       [in] PresentationStatus Status)

Parameters

PresentationID

The ID of the presentation whose status has changed.

Status

The status of the presentation for which the event should be called. The following are the possible values:

·          PrevStepping – The presentation was rewound to play from the previous step.

·          Playing – The presentation is playing.

·          NextStepping - The presentation was fast forward to play from the nex step.

·          Paused – Playback of the presentation was paused.

·          Stopped – Playback of the presentation was stopped.

·          FastRewinding –

·          FastForwarding -