Skip to content

Commit

Permalink
Enable ts check
Browse files Browse the repository at this point in the history
  • Loading branch information
harryz2000 committed Aug 13, 2024
1 parent d313891 commit 53fd854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IncomingStreamBridge.i
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class IncomingStreamBridge :
{
public:
IncomingStreamBridge(v8::Local<v8::Object> object, int maxLateOffset = 200, int maxBufferingTime = 400) :
audio(new MediaFrameListenerBridge(loop, 1)),
video(new MediaFrameListenerBridge(loop, 2)),
audio(new MediaFrameListenerBridge(loop, 1, false, true)),
video(new MediaFrameListenerBridge(loop, 2, false, true)),
mutex(true),
maxLateOffset(maxLateOffset),
maxBufferingTime(maxBufferingTime)
Expand Down

0 comments on commit 53fd854

Please sign in to comment.