Forum Discussion
gsarath
10 years agoVisitor
Found the missing piece of code for fetching the playposition after midroll playback. Need to add the setPositionNotificationPeriod(1) for new instance video object to fix this issue.
while shouldPlayContent
. . .
' *** Insert client app’s resume-playback code here
. . .
contentVideoScreen.SetPositionNotificationPeriod(1)
. . .
' *** Insert client app’s video event handler code here
end while