BCOVAMCVideoHeartbeatConfigurationPolicy Block Reference

Declared in BCOVAMCAnalyticsPolicy.h

Block Definition

BCOVAMCVideoHeartbeatConfigurationPolicy

Each time a new playback session is ready to be processed, this block is called and the session is passed in. The block must return a video heartbeat configuration object that will be used to configure Adobe Heartbeat for this new playback session. If the block returns nil, Adobe Heartbeat will throw an illegal parameter exception to configure heartbeat analytics.

typedef ADBMediaHeartbeatConfig* (^BCOVAMCVideoHeartbeatConfigurationPolicy) (id <, BCOVPlaybackSession >, session )

Discussion

Each time a new playback session is ready to be processed, this block is called and the session is passed in. The block must return a video heartbeat configuration object that will be used to configure Adobe Heartbeat for this new playback session. If the block returns nil, Adobe Heartbeat will throw an illegal parameter exception to configure heartbeat analytics.

Declared In

BCOVAMCAnalyticsPolicy.h