Method InternalUpdateOutputs
InternalUpdateOutputs(PhotosensorOutputBuffer, int)
Device-specific state and outputs update after conversion to point cloud.
Declaration
protected virtual void InternalUpdateOutputs(PhotosensorOutputBuffer data, int sampleToEncodeCount)
Parameters
Type | Name | Description |
---|---|---|
PhotosensorOutputBuffer | data | The input buffer where the photosensor data is stored. |
int | sampleToEncodeCount | Number of samples available from the input buffer. |