template class ContextAwarenessStreamUpdatedArgs (Niantic.ARDK.AR.Awareness.ContextAwarenessStreamUpdatedArgs)
Overview
template <TBuffer> class ContextAwarenessStreamUpdatedArgs: Niantic.ARDK.AR.Awareness.ContextAwarenessArgs { public: // fields readonly bool IsKeyFrame; // methods ContextAwarenessStreamUpdatedArgs( AwarenessBufferProcessor<TBuffer> sender, bool isKeyFrame ); };
Inherited Members
public: // fields readonly AwarenessBufferProcessor<TBuffer> Sender; // methods ContextAwarenessArgs(AwarenessBufferProcessor<TBuffer> sender);
Detailed Documentation
Fields
readonly bool IsKeyFrame
Whether the contents of the buffer has been updated.