Page 1 of 1

IDeckLinkOutput::ScheduleAudioSamples

PostPosted: Fri Apr 14, 2017 10:46 am
by Gabriel Solsona
Hello Admins and Community,

I just wonder if calling to IDeckLinkOutput::ScheduleAudioSamples out of IDeckLinkAudioOutputCallback::RenderAudioSamples callback environment is allowed.

To be precise, I would like to know if calls to IDeckLinkOutput::ScheduleAudioSamples is allowed inside the video callback IDeckLinkVideoOutputCallback::ScheduledFrameCompleted method.

Thank you in advance,

Gabriel Solsona
Madrid

Re: IDeckLinkOutput::ScheduleAudioSamples

PostPosted: Mon Apr 24, 2017 12:45 am
by Waqqas Sharif
Hello Gabriel,

It is perfectly valid to call IDeckLinkOutput::ScheduleAudioSamples inside the video callback IDeckLinkVideoOutputCallback::ScheduledFrameCompleted method.

Hope this helps.

Regards
Waqqas

Re: IDeckLinkOutput::ScheduleAudioSamples

PostPosted: Tue Apr 25, 2017 7:22 pm
by Gabriel Solsona
Thank you!

Gabriel Solsona