Hello!
I’m trying to use PcmAudioSource to retrieve Pcm data from recordings to use in a viewitem plugin. PcmLiveSource works perfectly but I get this Exception when running pcmAudioSource.Init():
"VideoOS.Platform.MIPException: Method not supported for this Environment
at VideoOS.Platform.Util.InternalCommandService.HandleNotImplemented()
at VideoOS.Platform.Util.InternalCommandService.PcmAudioConnect(PcmAudioConnectParams pcmAudioConnectParameters)
at VideoOS.Platform.Data.GenericVideoSource`1.InitInternal(Func`1 imageExporterConnect, Action onConnected)"
The pcmAudioSource.Item is a Microphone.
I have tried to step inside PcmAudioSource.Init() in debug mode to avail, and the documentation does not state that this environment (Smart Client) isn’t supported.
What do you think could be the issue?