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!)
Developing TvServer plugins
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="Frodo" data-source="post: 86709" data-attributes="member: 10277"><p>IChannel is an generic interface</p><p>To see if its an analog channel try this:</p><p>[CODE]</p><p>AnalogChannel analogChannel=ichannelInterface as AnalogChannel;</p><p>if (analogChannel==null) return;</p><p>int channelNumber = analogChannel.ChannelNumber;</p><p></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Frodo, post: 86709, member: 10277"] IChannel is an generic interface To see if its an analog channel try this: [CODE] AnalogChannel analogChannel=ichannelInterface as AnalogChannel; if (analogChannel==null) return; int channelNumber = analogChannel.ChannelNumber; [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Developing TvServer plugins
Contact us
RSS
Top
Bottom