The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

SDL_CDtrack (3)
  • >> SDL_CDtrack (3) ( Разные man: Библиотечные вызовы )
  •  

    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


     

    Index

    NAME
    STRUCTURE DEFINITION
    STRUCTURE DATA
    DESCRIPTION
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру