summaryrefslogtreecommitdiff
path: root/orkbasecxx/Filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Filter.cpp')
-rw-r--r--orkbasecxx/Filter.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/orkbasecxx/Filter.cpp b/orkbasecxx/Filter.cpp
index ae0c2c9..f154148 100644
--- a/orkbasecxx/Filter.cpp
+++ b/orkbasecxx/Filter.cpp
@@ -156,6 +156,15 @@ int AlawToPcmFilter::GetInputRtpPayloadType()
return 0x8;
}
+void AlawToPcmFilter::CaptureEventIn(CaptureEventRef& event)
+{
+ ;
+}
+
+void AlawToPcmFilter::CaptureEventOut(CaptureEventRef& event)
+{
+ ;
+}
//====================================================================
@@ -225,3 +234,13 @@ int UlawToPcmFilter::GetInputRtpPayloadType()
{
return 0x0;
}
+
+void UlawToPcmFilter::CaptureEventIn(CaptureEventRef& event)
+{
+ ;
+}
+
+void UlawToPcmFilter::CaptureEventOut(CaptureEventRef& event)
+{
+ ;
+} \ No newline at end of file