Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/includes/LAVSplitterSettings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/includes/LAVSplitterSettings.h b/common/includes/LAVSplitterSettings.h
index 724ea7b6..d8a6a192 100644
--- a/common/includes/LAVSplitterSettings.h
+++ b/common/includes/LAVSplitterSettings.h
@@ -184,4 +184,10 @@ interface ILAVFSettings : public IUnknown
// Get the duration (in ms) of analysis for network streams (to find the streams and codec parameters)
STDMETHOD_(DWORD, GetNetworkStreamAnalysisDuration)() = 0;
+
+ // Set the maximum queue size, in number of packets
+ STDMETHOD(SetMaxQueueSize)(DWORD dwMaxSize) = 0;
+
+ // Get the maximum queue size, in number of packets
+ STDMETHOD_(DWORD, GetMaxQueueSize)() = 0;
};