CloudSpatialAnchorSession.ProcessFrame(IntPtr) 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.
Applications must call this method on platforms where per-frame processing is required.
public:
void ProcessFrame(IntPtr frame);
public void ProcessFrame (IntPtr frame);
member this.ProcessFrame : nativeint -> unit
Public Sub ProcessFrame (frame As IntPtr)
Parameters
- frame
-
IntPtr
nativeint
AR frame to process.
Remarks
This method is not available on the HoloLens platform.