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
General Forums
Newcomers Forum
my thread of questions about tvengine3 api
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="binary64" data-source="post: 268121" data-attributes="member: 23446"><p>New Issue</p><p>=========</p><p></p><p>If I do:</p><p></p><p>result = TvControl.RemoteControl.Instance.StartTimeShifting(ref m_user, 33, out card);</p><p>result = TvControl.RemoteControl.Instance.StartTimeShifting(ref m_user, 33, out card);</p><p>result = TvControl.RemoteControl.Instance.StartTimeShifting(ref m_user, 33, out card);</p><p></p><p>the results are: NoVideoAudioDetected, UnknownChannel, UnknownChannel (incorrect/bug imo)</p><p></p><p>notes:</p><p>* yes, the channel is off-air at this time</p><p>* m_user means it's a member field, in ctor, m_user = new User("Test", true);</p><p></p><p>However,</p><p>TvControl.User methodlocal_user;</p><p>methodlocal_user = new TvControl.User("Test", true);</p><p>result = TvControl.RemoteControl.Instance.StartTimeShifting(ref methodlocal_user, 33, out card);</p><p>methodlocal_user = new TvControl.User("Test", true);</p><p>result = TvControl.RemoteControl.Instance.StartTimeShifting(ref methodlocal_user, 33, out card);</p><p>methodlocal_user = new TvControl.User("Test", true);</p><p>result = TvControl.RemoteControl.Instance.StartTimeShifting(ref methodlocal_user, 33, out card);</p><p></p><p>the results are: NoVideoAudioDetected, NoVideoAudioDetected, NoVideoAudioDetected (correct imo)</p><p></p><p></p><p>I would prefer to use the member field method (this.user, created only in ctor). Any ideas why this difference is happening? Is this a bug or a .Net thing I don't know about?</p><p></p><p>The reason I'm doing this, is when user idles on an off-air channel, i am polling it every few seconds so that when the channel finally comes back on air, it immedately starts playing.</p><p></p><p>Thanks!</p></blockquote><p></p>
[QUOTE="binary64, post: 268121, member: 23446"] New Issue ========= If I do: result = TvControl.RemoteControl.Instance.StartTimeShifting(ref m_user, 33, out card); result = TvControl.RemoteControl.Instance.StartTimeShifting(ref m_user, 33, out card); result = TvControl.RemoteControl.Instance.StartTimeShifting(ref m_user, 33, out card); the results are: NoVideoAudioDetected, UnknownChannel, UnknownChannel (incorrect/bug imo) notes: * yes, the channel is off-air at this time * m_user means it's a member field, in ctor, m_user = new User("Test", true); However, TvControl.User methodlocal_user; methodlocal_user = new TvControl.User("Test", true); result = TvControl.RemoteControl.Instance.StartTimeShifting(ref methodlocal_user, 33, out card); methodlocal_user = new TvControl.User("Test", true); result = TvControl.RemoteControl.Instance.StartTimeShifting(ref methodlocal_user, 33, out card); methodlocal_user = new TvControl.User("Test", true); result = TvControl.RemoteControl.Instance.StartTimeShifting(ref methodlocal_user, 33, out card); the results are: NoVideoAudioDetected, NoVideoAudioDetected, NoVideoAudioDetected (correct imo) I would prefer to use the member field method (this.user, created only in ctor). Any ideas why this difference is happening? Is this a bug or a .Net thing I don't know about? The reason I'm doing this, is when user idles on an off-air channel, i am polling it every few seconds so that when the channel finally comes back on air, it immedately starts playing. Thanks! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
General Forums
Newcomers Forum
my thread of questions about tvengine3 api
Contact us
RSS
Top
Bottom