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
Language specific support
Deutsches MediaPortal Forum
Allgemein
Einsteigerforum
TS Packet Checker
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="KayDiefenthal" data-source="post: 1261295" data-attributes="member: 22825"><p>satip hat kein tcp außer für rtsp rtcp und rtp kommen über udp </p><p></p><p>sagmal schreibst lieber in visual basic kann das sein ?</p><p></p><p>[code]</p><p>if ( not adaptation_field_control of the packet equals '00' or '10')</p><p> {</p><p> byte expected = (byte)(pi.continuityCounter + 1);</p><p> }</p><p>[/code]</p><p></p><p>in c# sehe das in etwa so aus </p><p></p><p>[code]</p><p>if ((!adaptation_field_control.Equals(00) || (!adaptation_field_control.Equals(10))</p><p> {</p><p> byte expected = (byte)(pi.continuityCounter + 1);</p><p> }</p><p>[/code]</p><p></p><p>not = ! und equals kann man mit .Equals() oder mit == das Or is || und und ist &&</p></blockquote><p></p>
[QUOTE="KayDiefenthal, post: 1261295, member: 22825"] satip hat kein tcp außer für rtsp rtcp und rtp kommen über udp sagmal schreibst lieber in visual basic kann das sein ? [code] if ( not adaptation_field_control of the packet equals '00' or '10') { byte expected = (byte)(pi.continuityCounter + 1); } [/code] in c# sehe das in etwa so aus [code] if ((!adaptation_field_control.Equals(00) || (!adaptation_field_control.Equals(10)) { byte expected = (byte)(pi.continuityCounter + 1); } [/code] not = ! und equals kann man mit .Equals() oder mit == das Or is || und und ist && [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
Deutsches MediaPortal Forum
Allgemein
Einsteigerforum
TS Packet Checker
Contact us
RSS
Top
Bottom