sync LibCecSharp
[deb_libcec.git] / src / LibCecSharp / LibCecSharp.cpp
index 634edc5ecbb62abafb8a911488049e680c7a5439..81c857fb2fed67c2475365eab980289d32aaf21b 100644 (file)
@@ -604,6 +604,11 @@ namespace CecSharp
                        return gcnew String(retVal);
                }
 
+               void InitVideoStandalone()
+               {
+                       m_libCec->InitVideoStandalone();
+               }
+
        private:
                ICECAdapter *        m_libCec;
     CecCallbackMethods ^ m_callbacks;