ChoonMLLib - class library to access and convert ChoonML files

Sample.AddData Method 

[This is preliminary documentation and subject to change.]

Add data to a sample

public void AddData(
   int lengthBytes,
   byte[] data,
   int offset
);

Parameters

lengthBytes
The length of the data
data
The buffer to take data from
offset
The offset in the 'data' buffer to start at

See Also

Sample Class | ChoonML Namespace