View Single Post
Old 28th October 2008, 13:47   #288  |  Link
Oopho2ei
Guest
 
Posts: n/a
Quote:
Originally Posted by schluppo View Post
Here's the complete structure of the 'conversion table' (this covers exactly all the data which is given by trap 0x20):
Thanks a lot! Indeed there are 36 (=0x24) m2ts files in the BDVM/STREAM directory. Starting with 00001.m2ts (the main movie) up to 00036.m2ts. So it seems there is a table for every m2ts file. The first file which is played is 00005.m2ts and then the movie starts (00001.m2ts). Is the table id in the table of the first TRAP_Schluppo 5 or is it exactly the same table?

Also thanks for your work on the debugger.

Quote:
Originally Posted by Accident View Post
Having a go at the *Slot functions, and I am curious about this comment
Code:
 The return value is the attached slot number, or an error
  code if the operation failed (e.g., because of a code hash mismatch)
However, the JAVA code that is currently checked in only returns STATUS_OK. So which way is more correct?
Someone has to update the documentation. It's mostly a copied from the patent (which describes a similar system). If in doubt trust the source code.

Last edited by Oopho2ei; 28th October 2008 at 13:50.
  Reply With Quote