Click or drag to resize

ISerialisationDataConsumer Interface

Interface for consuming byte data, for instance, when we read recorded byte streams and apply them to an avatar

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface ISerialisationDataConsumer

The ISerialisationDataConsumer type exposes the following members.

Methods
  NameDescription
Public methodApplySample
Apply a given sample as a byte array (parse the data and apply it to the state)
Public methodHasFrameBeenHandled
Returns true if the frame has been processed since the last clear
Public methodPrintProviderInfo
Prints information to the console
Top
See Also