ARSessionObserver_Extensions.DidOutputAudioSampleBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers may implement this method that is called shortly after an audio buffer has been played.
public static void DidOutputAudioSampleBuffer (this ARKit.IARSessionObserver This, ARKit.ARSession session, CoreMedia.CMSampleBuffer audioSampleBuffer);
static member DidOutputAudioSampleBuffer : ARKit.IARSessionObserver * ARKit.ARSession * CoreMedia.CMSampleBuffer -> unit
Parameters
- This
- IARSessionObserver
The instance on which this method operates.
- session
- ARSession
The session that is supplying the information for the event.
- audioSampleBuffer
- CMSampleBuffer
The audio buffer that was played.