mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-08-23 15:59:04 +00:00
add decoder for centroid position submodule
This commit is contained in:
@@ -8,4 +8,14 @@ export type RTTrPHeader = {
|
||||
context: number;
|
||||
subModuleCount: number;
|
||||
};
|
||||
|
||||
export type CentroidPosition = {
|
||||
type: number;
|
||||
size: number;
|
||||
latency: number;
|
||||
x: number;
|
||||
y: number;
|
||||
z: number;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user