Changes between Version 3 and Version 4 of MEDIA_ENGINE_IMPL_MAIN_R2
- Timestamp:
- 08/24/09 17:11:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MEDIA_ENGINE_IMPL_MAIN_R2
v3 v4 42 42 43 43 = Design = 44 ^(Describe your design here.)^ 44 The communication between the C++ program and the Java program (Sophie2, except the demos) will be sequence of integers. Every sequence will be in the following format: <BR> 45 <size> <id> ... <BR> 46 <size> and <id> are mandatory and their meanings are : 47 * size - the length of the integer sequence 48 * id - command/sequence id 49 50 Example(start command, whose id is 0) : 2 0 45 51 46 52 = Implementation =