File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class liblsl
4545 /**
4646 * Data format of a channel (each transmitted sample holds an array of channels).
4747 */
48- public enum channel_format_t : byte
48+ public enum channel_format_t : int
4949 {
5050 cf_float32 = 1 , // For up to 24-bit precision measurements in the appropriate physical unit
5151 // (e.g., microvolts). Integers from -16777216 to 16777216 are represented accurately.
@@ -67,7 +67,7 @@ public enum channel_format_t : byte
6767 /**
6868 * Post-processing options for stream inlets.
6969 */
70- public enum processing_options_t : byte
70+ public enum processing_options_t : int
7171 {
7272 proc_none = 0 , // No automatic post-processing; return the ground-truth time stamps for manual
7373 // post-processing. This is the default behavior of the inlet.
You can’t perform that action at this time.
0 commit comments