Skip to content

Commit

Permalink
modify playSpeed from 1.0 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Aug 26, 2024
1 parent 1ff97be commit 2e89e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ endpoint 1 {
ram attribute startTime default = 0x00;
ram attribute duration default = 0;
callback attribute sampledPosition;
ram attribute playbackSpeed default = 1.0;
ram attribute playbackSpeed default = 1;
ram attribute seekRangeEnd;
ram attribute seekRangeStart;
callback attribute generatedCommandList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3376,7 +3376,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "1.0",
"defaultValue": "1",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit 2e89e54

Please sign in to comment.