KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
cd_cmd_play_params_t Struct Reference

Params for PLAY command. More...

#include <syscalls.h>

Data Fields

uint32_t start
 Track to play from.
 
uint32_t end
 Track to play to.
 
uint32_t repeat
 Times to repeat (0-15, 15=infinite)
 

Detailed Description

Params for PLAY command.

Params for CD_CMD_PLAY_TRACKS and CD_CMD_PLAY_SECTORS.

Field Documentation

◆ end

uint32_t cd_cmd_play_params_t::end

Track to play to.

◆ repeat

uint32_t cd_cmd_play_params_t::repeat

Times to repeat (0-15, 15=infinite)

◆ start

uint32_t cd_cmd_play_params_t::start

Track to play from.


The documentation for this struct was generated from the following file: