home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Compiling anysee branch from GitHub
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="jehe" data-source="post: 861593" data-attributes="member: 111192"><p>Hello,</p><p> </p><p>I added a variable.</p><p>build without errors.</p><p>Do not know if this is correct</p><p> </p><p> </p><p> </p><p> </p><p>[CODE] #region variables</p><p> </p><p> private bool _isAnysee = false;</p><p> private bool _isCiSlotPresent = false;</p><p> private bool _isCamPresent = false;</p><p> private bool _isCamReady = false;</p><p> private AnyseeCiState _ciState = AnyseeCiState.Empty;</p><p> </p><p> private IKsPropertySet _propertySet = null;</p><p> private AnyseeCiApi _ciApi = null;</p><p> </p><p> private IntPtr _generalBuffer = IntPtr.Zero;</p><p> </p><p> private String _tunerDevicePath = String.Empty;</p><p> private ApiCallbacks _apiCallbacks;</p><p> private ICiMenuCallbacks _ciMenuCallbacks = null;</p><p> private IntPtr _mmiMessageBuffer = IntPtr.Zero;</p><p> </p><p> #endregion[/CODE]</p></blockquote><p></p>
[QUOTE="jehe, post: 861593, member: 111192"] Hello, I added a variable. build without errors. Do not know if this is correct [CODE] #region variables private bool _isAnysee = false; private bool _isCiSlotPresent = false; private bool _isCamPresent = false; private bool _isCamReady = false; private AnyseeCiState _ciState = AnyseeCiState.Empty; private IKsPropertySet _propertySet = null; private AnyseeCiApi _ciApi = null; private IntPtr _generalBuffer = IntPtr.Zero; private String _tunerDevicePath = String.Empty; private ApiCallbacks _apiCallbacks; private ICiMenuCallbacks _ciMenuCallbacks = null; private IntPtr _mmiMessageBuffer = IntPtr.Zero; #endregion[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Compiling anysee branch from GitHub
Contact us
RSS
Top
Bottom