class ARRecorderFactory (Niantic.ARDK.Recording.ARRecorderFactory)
Overview
Factory for creating IARRecorder based on the current platform and IARSession. More…
class ARRecorderFactory { public: // methods static IARRecorder CreateRecorder(IARSession session); };
Detailed Documentation
Factory for creating IARRecorder based on the current platform and IARSession.
Methods
static IARRecorder CreateRecorder(IARSession session)
Creates the correct IARRecorder based on the given session and current platform.