Title | Function | Function Name | No |
format void STM_Close (StmHn stm) Input stm: Stream handle Output None Function value None Function Closes the specified stream. Remarks If a transfer function is registered, if the function value at the previous call is (-1), Stream The stream system keeps calling the transfer function until the transfer function returns a value of 0 or more.
Title | Function | Function Name | No |
format void STM_SetKey (StmHn stm, StmKey * stmkey) Input stm: Stream handle stmkey: Stream key Output None Function value None Function Sets a stream key for the specified stream.
Title | Function | Function Name | No |
format StmGrpHn STM_GetInfo (StmHn stm, Sint32 * fid, StmFrange * frange, Sint32 * bn, StmKey * stmkey) Input stm: Stream handle Output fid: File identifier (when opened depending on playback range (-1)) frange: Playback range : bn: Buffer partition number stmkey: Stream key Function value Stream group to which it belongs Function Acquires the specified stream information.