SDL_CDtrack



SDL_CDtrack

NAME
STRUCTURE DEFINITION
STRUCTURE DATA
DESCRIPTION
SEE ALSO

NAME

SDL_CDtrack − CD Track Information Structure

STRUCTURE DEFINITION

typedef struct{
  Uint8 id;
  Uint8 type;
  Uint32 length;
  Uint32 offset;
} SDL_CDtrack;

STRUCTURE DATA

id

Track number (0-99)

type

SDL_AUDIO_TRACK or SDL_DATA_TRACK

length

Length, in frames, of this track

offset

Frame offset to the beginning of this track

DESCRIPTION

SDL_CDtrack stores data on each track on a CD, its fields should be pretty self explainatory. It is a member a the SDL_CD structure.

Note:

Frames can be converted to standard timings. There are CD_FPS frames per second, so SDL_CDtrack.length/CD_FPS=length_in_seconds.

SEE ALSO

SDL_CD



More Linux Commands

manpages/ps2pdf14.1.html
ps2pdf14(1) Convert PostScript to PDF using ghostscript br p
The ps2pdf scripts are work-alikes for nearly all the functionality (but not the user interface) of Adobes Acrobat(TM) Distiller(TM) product: they convert PostS

manpages/gnutls_prf_raw.3.html
gnutls_prf_raw(3) - API function (Library - Linux man page)
Apply the TLS Pseudo-Random-Function (PRF) using the master secret on some data. The label variable usually contain a string denoting the purpose for the genera

manpages/sane-agfafocus.5.html
sane-agfafocus(5) - SANE backend for AGFA Focus flatbed scan
The sane-agfafocus library implements a SANE (Scanner Access Now Easy) backend that provides access to AGFA Focus flatbed scanners. At present, the following sc

manpages/pgmedge.1.html
pgmedge(1) - replaced by pamedge (Commands - Linux man page)
This program is part of Netpbm(1) pgmedge was replaced in Netpbm 10.14 (March 2002) by pamedge(1) pamedge is backward compatible with pgmedge, but works on colo

manpages/gnutls_pkcs7_delete_crt.3.html
gnutls_pkcs7_delete_crt(3) - API function - Linux man page
This function will delete a certificate from a PKCS7 or RFC2630 certificate set. Index starts from 0. Returns 0 on success. RETURNS On success, GNUTLS_E_SUCCESS

manpages/systemd-readahead-collect.service.8.html
systemd-readahead-collect.service(8) Disk read ahead logic
systemd-readahead-collect.service is a service that collects disk usage patterns at boot time. systemd-readahead-replay.service is a service that replays this a

manpages/XDisableAccessControl.3.html
XDisableAccessControl(3) - control host access and host cont
The XAddHost function adds the specified host to the access control list for that display. The server must be on the same host as the client issuing the command

manpages/lc.1.html
lc(1) - Mono License Compiler (Commands - Linux man page)...
lc tool is a license compiler for Mono. Its used to convert a licenses.licx file to a resource that can be embedded into an executable. When using commercial co

manpages/XML::DOM::DocumentType.3pm.html
XML::DOM::DocumentType(3pm) - An XML document type (DTD) in
XML::DOM::DocumentType extends XML::DOM::Node. Each Document has a doctype attribute whose value is either null or a DocumentType object. The DocumentType inter

manpages/gittutorial.7.html
gittutorial(7) - A tutorial introduction to git (for version
This tutorial explains how to import a new project into Git, make changes to it, and share changes with other developers. If you are instead primarily intereste

manpages/Mail::SpamAssassin::PerMsgStatus.3pm.html
Mail::SpamAssassin::PerMsgStatus(3pm) - per-message status (
The Mail::SpamAssassin check() method returns an object of this class. This object encapsulates all the per-message state. METHODS $status->check () Runs the Sp

manpages/glColor4fv.3gl.html
glColor4fv(3gl) - set the current color - Linux manual page
The GL stores both a current single-valued color index and a current four-valued RGBA color. glColor sets a new four-valued RGBA color. glColor has two major va





We can't live, work or learn in freedom unless the software we use is free.