one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
grp | :stream group handle |
nstm | : Playback order number (0 ≦ nstm< STM_GetStmNum) |
one | Title | Function | Function name | No |
grp | :stream group handle |
stm | :Stream handle (STM_CDBUF_REST when checking free sectors) |
nsct | : Number of sectors |
func | : Buffer size monitoring function (STM_CDBUF_NULLFUNC when canceling) |
obj | :Registered object |
stm value | Conditions for calling the monitoring function func |
---|---|
normal stream handle | Stream data in CD buffer> nsct |
STM_CDBUF_REST | CD buffer free space ≦ nsct |
The registration function has the following format:
void (*StmCdbufFunc)(void *obj)
The registration object is passed to the first argument of the registration function.