These callbacks are specific to audio and video content of the book. More...
Public Member Functions | |
| delegate void | AudioFoundCallback (Dictionary< int, List< AudioContent > > audioDictionary) |
| This callback is called ny the SDK when audio content is found on the page. | |
| delegate void | VideoFoundCallback (Dictionary< int, List< VideoContent > > videoDictionary) |
| This callback is called ny the SDK when video content is found on the page. | |
Properties | |
| AudioFoundCallback | AudioContentFound [get, set] |
| This callback is called ny the SDK when audio content is found on the page. | |
| VideoFoundCallback | VideoContentFound [get, set] |
| This callback is called ny the SDK when video content is found on the page. | |
These callbacks are specific to audio and video content of the book.
| delegate void epuBear.SDK.MediaCallbacks.AudioFoundCallback | ( | Dictionary< int, List< AudioContent > > | audioDictionary | ) |
This callback is called ny the SDK when audio content is found on the page.
| audioDictionary | Collection of audio content entries. |
| delegate void epuBear.SDK.MediaCallbacks.VideoFoundCallback | ( | Dictionary< int, List< VideoContent > > | videoDictionary | ) |
This callback is called ny the SDK when video content is found on the page.
| videoDictionary | Collection of video content entries. |
|
getset |
This callback is called ny the SDK when audio content is found on the page.
see AudioFoundCallback.
|
getset |
This callback is called ny the SDK when video content is found on the page.
See VideoFoundCallback.