THEOplayer > AdBufferingEvent
Inherits from Event<'adbuffering'> . See parent page for inherited properties and methods.
Fired when the ad has stalled playback to buffer.
Signature:
export interface AdBufferingEvent extends Event<'adbuffering'>
Property |
Type |
Description |
---|---|---|
The ad which is buffered. |
The ad which is buffered.
Signature:
readonly ad: GoogleImaAd;