epuBear SDK (MAUI)
 
Loading...
Searching...
No Matches
epuBear.SDK.MediaCallbacks Class Reference

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.
 

Detailed Description

These callbacks are specific to audio and video content of the book.

Member Function Documentation

◆ AudioFoundCallback()

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.

Parameters
audioDictionaryCollection of audio content entries.

◆ VideoFoundCallback()

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.

Parameters
videoDictionaryCollection of video content entries.

Property Documentation

◆ AudioContentFound

AudioFoundCallback epuBear.SDK.MediaCallbacks.AudioContentFound
getset

This callback is called ny the SDK when audio content is found on the page.

see AudioFoundCallback.

◆ VideoContentFound

VideoFoundCallback epuBear.SDK.MediaCallbacks.VideoContentFound
getset

This callback is called ny the SDK when video content is found on the page.

See VideoFoundCallback.


The documentation for this class was generated from the following file: