From 3cc56ce5f06daceb3f9353bc5295d25b87f02413 Mon Sep 17 00:00:00 2001 From: elgekko Date: Tue, 24 May 2022 16:16:06 +0200 Subject: [PATCH] =?utf8?q?PlayerGraph=20konstruktor=20kommentben=20IAMStre?= =?utf8?q?amSelect=20p=C3=A9lda?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- client/DxPlay/PlayerGraph.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/client/DxPlay/PlayerGraph.cs b/client/DxPlay/PlayerGraph.cs index debbc036..2f832641 100644 --- a/client/DxPlay/PlayerGraph.cs +++ b/client/DxPlay/PlayerGraph.cs @@ -83,6 +83,16 @@ namespace DxPlay { } else FilterGraphTools.RenderPin(graphBuilder, audioDecoder, "Output"); + + //TODO hang stream selector kivezetese a feluletre. 0. a video... + /* + IAMStreamSelect streamSelect = (IAMStreamSelect)splitter; + if (streamSelect != null) + { + streamSelect.Enable(3, AMStreamSelectEnableFlags.Enable); + } + */ + } else { @@ -308,7 +318,6 @@ namespace DxPlay { splitter = FilterProvider.GetSplitter(out lavSplitterSettings); if (splitter == null) splitter = FilterGraphTools.AddFilterByName(graphBuilder, FilterCategory.LegacyAmFilterCategory, "LAV Splitter"); - //if (splitter != null) // graphBuilder.AddFilter(splitter, "LAV Splitter"); -- 2.54.0