Changes between Version 3 and Version 4 of SCENE_VIDEO_POINT_R0
- Timestamp:
- 12/11/08 13:22:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCENE_VIDEO_POINT_R0
v3 v4 29 29 30 30 * Create interface !VideoEngine which is used for video content management. It has The following methods : 31 * voidplay(!VideoHandler video)32 * voidstop(!VideoHandler video)33 * void seek(!VideoHandler video)31 * boolean play(!VideoHandler video) 32 * boolean stop(!VideoHandler video) 33 * boolean seek(!VideoHandler video, !Time time) 34 34 * boolean registerHandler(!VideoHandler video) 35 35 * boolean unregisterHandler(!VideoHandler video)