202508111757
同步畫面出不來
This commit is contained in:
parent
fdd8cf047d
commit
e175309909
@ -13,7 +13,7 @@ namespace DualScreenDemo
|
||||
private static PrimaryForm primaryForm; // 儲存實例的參考
|
||||
public static Room room = new Room();
|
||||
|
||||
public static string verSion = "Server V2.8 202508111732";
|
||||
public static string verSion = "Server V2.8 202508111757";
|
||||
|
||||
[STAThread]
|
||||
static void Main()
|
||||
|
@ -50,6 +50,7 @@ namespace DualScreenDemo.Services
|
||||
videoRenderer = AddFilterByClsid(graphBuilder, "Primary Video Renderer", Clsid.VideoRenderer);
|
||||
hr = graphBuilder.AddFilter(videoRenderer, "Primary Video Renderer");
|
||||
DsError.ThrowExceptionForHR(hr);
|
||||
mediaControl = (IMediaControl)graphBuilder;
|
||||
|
||||
hr = ConnectFilters(graphBuilder, sourceFilter, "Output", lavSplitter, "Input");
|
||||
DsError.ThrowExceptionForHR(hr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user