Skip to content

Commit

Permalink
Chef set mediaplayback speed=1
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Feb 7, 2024
1 parent 514bc7b commit 2bbe648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class MediaPlaybackManager : public MediaPlaybackDelegate
chip::Optional<chip::app::DataModel::Nullable<chip::CharSpan>>(
{ chip::app::DataModel::MakeNullable(chip::CharSpan("displayName2", 12)) }) }) }
};
float mPlaybackSpeed = 0;
float mPlaybackSpeed = 1.0;
uint64_t mStartTime = 0;
// Magic number for testing.
uint64_t mDuration = 80000;
Expand Down

0 comments on commit 2bbe648

Please sign in to comment.