Hi there is it possible to select Audio Source from other Camera like in function in Playback of Milstone as screenshot below
I would like to implement that function on same playbackback page but instead using own Milstone function I will develop function it self is it possible which API I Should Use
Thank
I think the answer would be to use the AudioPlayerControl, select the right microphone, make sure you use the same PlaybackControllerFQID as the ImageViewerControl uses (presuming this is used).
For more information lookup - VideoOS.Platform.Client.AudioPlayerControl Class Reference
If this answer is not a match for what you seek please consider these questions.
Where do you want to implement this functionality?
Are you making a standalone application? Are you developing a ViewItemUserControl in a Smart Client plugin? Please elaborate on which kind of application you are making..
The AudioDemo sample will show how to init and use AudioPlayerControl, and how to pick the microphone, so the only thing missing is to combine it with an ImageViewerControl and use the same PlaybackControllerFQID for the ImageViewerControl and the AudioPlayerControl.