Skip to content

Commit

Permalink
Proto schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed May 8, 2024
1 parent 1b15f29 commit a7df333
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions main/src/infrastructure/proto/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1595,9 +1595,6 @@ pub struct ContinuousClipUpdate {
/// Number between 0 and 1.
#[prost(double, tag = "4")]
pub peak: f64,
/// Total number of pre-buffer misses / audio dropouts (audio only).
#[prost(uint32, tag = "5")]
pub miss_count: u32,
}
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)]
#[repr(i32)]
Expand Down
2 changes: 0 additions & 2 deletions main/src/infrastructure/proto/playtime_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,6 @@ impl ContinuousClipUpdate {
position_in_seconds: event.seconds.get(),
source_position_in_frames: event.source_pos_in_frames,
peak: event.peak.get(),
// TODO-high CONTINUE
miss_count: 0,
}
}
}

0 comments on commit a7df333

Please sign in to comment.