Title Function specifications | Data Get playback time | Data Name CPK_GetTime | No 5.2 |
-
Format Sint32 CPK_GetTime (CpkHn cpk)
Input cpk: Movie handle
Output None
Function value Current time
Function Gets the current movie time. The current time is counted in units of time scale.
value.
Title Function specifications | Data Get playback status | Data Name CPK_GetPlayStatus | No 5.3 |
-
Format CpkPlayStatus CPK_GetPlayStatus (CpkHn cpk)
Input cpk: Movie handle
Output None
Function value Playback status
Function Returns the current playback status of the movie.
Title Function specifications | Data Get film header | Data Name CPK_GetHeader | No 5.4 |
-
Format CpkHeader * CPK_GetHeader (CpkHn cpk)
Input cpk: Movie handle
Output None
Function value Film header
Function Returns the film header address of the movie file.
Until the film header data is supplied to the buffer, the contents of the structure are
is invalid.
Title Function specifications | Data Get write buffer | Data Name CPK_GetWriteBuf | No 6.1 |
-
Format Uint32 * CPK_GetWriteBuf (CpkHn cpk, Sint32 * free_size, Sint32 * free_total)
Input cpk: Movie handle
Output free_size: Number of bytes of continuously writable area
free_total: Total number of bytes of writable area including discontinuous area
Function value Start address of continuously writable area (NULL if not writable)
Function Gets the write destination buffer address and the number of writable bytes.
Remarks Used when you want to supply data to the ring buffer independently.