home *** CD-ROM | disk | FTP | other *** search
- {
- NTComponentTypeName = NTVideoSrcPeripheral;
- NTVendor = "NeXT Computer, Inc.";
-
- NTVideoSrcPeripheral =
- {
- NTComponentSubtypeName = NTPioneerLD;
- NTComponentPrincipalClass = NTPioneerLD;
- NTDebugFile = "/tmp/NTPioneerLD";
- /* Basic properties of driver */
- MediaType = (CAV, CLV, CD);
- DoesSeekToFrame = YES;
- DoesSeekToTime = YES;
- DoesStepByFrame = YES;
-
- /* Serial Comm setup */
- SIOBaud = 4800;
- SIOParity = 0; /* No parity */
-
- /* Goodies specific to this implementation */
- CommandSuffix = "\r";
- ReplySuffix = "\r";
- CommandCompleteReply = "R";
- CommandErrorReply = "EXX";
-
- /* generic commands */
- DoorOpen = "OP";
- DoorClose = "CO";
- StopDisk = "RJ";
- StartDisk = "SA";
- Play = "PL";
- Pause = "PA";
- ReportFrame = "?F";
-
- /* Latency info for getting sound synced up, in seconds */
- PlayFromStillLatency = 0.0;
- /* Preroll needed for getting sound synced up, in seconds */
- PlayFromStillPreroll = 0.3;
-
- /* How many frames are there in a second for this medium? */
- PlayFrameRate = 24;
-
- /* CAV disks */
- SeekToFrame = "FR%05dSE";
- StepForward = "SF";
- StepReverse = "SR";
- StillFrame = "ST";
-
- /* CLV disks */
- SeekToTime = "TM%d%02d%02dSE"; /* HMMSS time format */
-
- PlayerActiveModeRequest = "?P";
- };
- }
-