Title | Function | Function Name | No |
format void STM_SetTrGate (StmHn stm, Sint32 gate) Input stm: Stream handle Gate gate: Transfer gate status Output None Function value None Function Opens / closes the transfer gate for the specified stream.
Constant name | Transfer gate state |
|---|---|
STM_GATE_OPEN | open state |
STM_GATE_CLOSE | closed |
Remarks The default is STM_GATE_OPEN.
Title | Function | Function Name | No |
format void STM_SetTrPara (StmHn stm, Sint32 tsct) Input stm: Stream handle tsct: Maximum number of transfer sectors (STM_TR_ALL for all read sectors) Output None Function value None Function Sets the maximum number of sectors to be transferred at one time from the CD buffer section to the transfer area. Remarks (a) Data read into the CD buffer section is divided and transferred below this number of sectors. . (b) The default is 1 sector.
Title | Function | Function Name | No |
format void STM_SetTrFad (StmHn stm, Sint32 fad) Input stm: Stream handle : fad: Transfer start FAD Output None Function value None Function Sets the FAD that starts transferring data in the CD buffer section. Remarks The default is STM_FAD_CDTOP.