spelling: device
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
8c901c2585
commit
919e42b1a1
@ -15,7 +15,7 @@ const MIN_LATENCY: i64 = 100;
|
|||||||
/// Only sync the audio to video, not the other way around.
|
/// Only sync the audio to video, not the other way around.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct LatencyController {
|
pub struct LatencyController {
|
||||||
last_video_remote_ts: i64, // generated on remote deivce
|
last_video_remote_ts: i64, // generated on remote device
|
||||||
update_time: Instant,
|
update_time: Instant,
|
||||||
allow_audio: bool,
|
allow_audio: bool,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user