CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAdxlipParser.FormatV2 Class Reference

adxlip data format version 2 related module More...

Static Public Member Functions

static bool ParseByFormat (byte[] data, out FrameData result)
 Parses as format version 2 More...
 
static bool GenerateEmptyHeaderLines (byte[] data, Int32 data_length)
 Generates the format version 2 empty header More...
 
static bool GenerateLine (byte[] data, Int32 data_length, ref FrameData result)
 Generates the format version 2 data More...
 

Detailed Description

adxlip data format version 2 related module

Description:
A module which contains functions related to the format version 2 of the adxlip file.

Member Function Documentation

static bool ParseByFormat ( byte[]  data,
out FrameData  result 
)
inlinestatic

Parses as format version 2

Parameters
dataadxlip line data
resultFrame data
Returns
Whether the bool function succeeded
Description:
Parses a byte string as format version 2 data and write it to the frame data.
static bool GenerateEmptyHeaderLines ( byte[]  data,
Int32  data_length 
)
inlinestatic

Generates the format version 2 empty header

Parameters
dataadxlip header data output buffer
data_lengthLength of the buffer (in bytes)
Returns
Whether the bool function succeeded
Description:
Generates an empty adxlip file header that conforms to the format version 2 specification.
static bool GenerateLine ( byte[]  data,
Int32  data_length,
ref FrameData  result 
)
inlinestatic

Generates the format version 2 data

Parameters
dataadxlip data output buffer
data_lengthLength of the buffer (in bytes)
resultFrame data
Returns
Whether the bool function succeeded
Description:
Generates the format version 2 frame data.

The documentation for this class was generated from the following file: