/[pengfork]/pengfork/src/fdo/atoms/radio.c
ViewVC logotype

Diff of /pengfork/src/fdo/atoms/radio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chupa, Sun Dec 22 22:28:07 2002 UTC revision 1.2 by chupa, Thu Jan 2 13:43:49 2003 UTC
# Line 39  Line 39 
39    
40    
41  const atomdef_t radio_atom_tab[] = {  const atomdef_t radio_atom_tab[] = {
42    {"radio_codec"               , RADIO_CODEC               , dword},    {"radio-codec"               , RADIO_CODEC               , dword},
43    {"radio_atr_file_name"       , RADIO_ATR_FILE_NAME       , str},    {"radio-atr-file-name"       , RADIO_ATR_FILE_NAME       , str},
44    {"radio_atr_stream_name"     , RADIO_ATR_STREAM_NAME     , str},    {"radio-atr-stream-name"     , RADIO_ATR_STREAM_NAME     , str},
45    {"radio_atr_stream_descr"    , RADIO_ATR_STREAM_DESCR    , str},    {"radio-atr-stream-descr"    , RADIO_ATR_STREAM_DESCR    , str},
46    {"radio_atr_wave_file_name"  , RADIO_ATR_WAVE_FILE_NAME  , str},    {"radio-atr-wave-file-name"  , RADIO_ATR_WAVE_FILE_NAME  , str},
47    {"radio_atr_stream_source"   , RADIO_ATR_STREAM_SOURCE   , dword},    {"radio-atr-stream-source"   , RADIO_ATR_STREAM_SOURCE   , dword},
48    {"radio_atr_stream_target"   , RADIO_ATR_STREAM_TARGET   , dword},    {"radio-atr-stream-target"   , RADIO_ATR_STREAM_TARGET   , dword},
49    {"radio_start_stream"        , RADIO_START_STREAM        , raw},    {"radio-start-stream"        , RADIO_START_STREAM        , raw},
50    {"radio_stop_stream"         , RADIO_STOP_STREAM         , raw},    {"radio-stop-stream"         , RADIO_STOP_STREAM         , raw},
51    {"radio_get_error_text"      , RADIO_GET_ERROR_TEXT      , raw},    {"radio-get-error-text"      , RADIO_GET_ERROR_TEXT      , raw},
52    {"radio_get_status_text"     , RADIO_GET_STATUS_TEXT     , raw},    {"radio-get-status-text"     , RADIO_GET_STATUS_TEXT     , raw},
53    {"radio_error_action"        , RADIO_ERROR_ACTION        , dword},    {"radio-error-action"        , RADIO_ERROR_ACTION        , dword},
54    {"radio_status_action"       , RADIO_STATUS_ACTION       , dword},    {"radio-status-action"       , RADIO_STATUS_ACTION       , dword},
55    {"radio_splash_artid"        , RADIO_SPLASH_ARTID        , str},    {"radio-splash-artid"        , RADIO_SPLASH_ARTID        , str},
56    {"radio_radmic_status"       , RADIO_RADMIC_STATUS       , raw},    {"radio-radmic-status"       , RADIO_RADMIC_STATUS       , raw},
57    {"radio_start_play"          , RADIO_START_PLAY          , str},    {"radio-start-play"          , RADIO_START_PLAY          , str},
58    {"radio_stop_play"           , RADIO_STOP_PLAY           , raw},    {"radio-stop-play"           , RADIO_STOP_PLAY           , raw},
59    {"radio_start_action"        , RADIO_START_ACTION        , dword},    {"radio-start-action"        , RADIO_START_ACTION        , dword},
60    {"radio_ready_go_live_action", RADIO_READY_GO_LIVE_ACTION, dword},    {"radio-ready-go-live-action", RADIO_READY_GO_LIVE_ACTION, dword},
61    {"radio_go_live_action"      , RADIO_GO_LIVE_ACTION      , dword},    {"radio-go-live-action"      , RADIO_GO_LIVE_ACTION      , dword},
62    {"radio_go_live_request"     , RADIO_GO_LIVE_REQUEST     , dword},    {"radio-go-live-request"     , RADIO_GO_LIVE_REQUEST     , dword},
63    {"radio_atr_channel"         , RADIO_ATR_CHANNEL         , str},    {"radio-atr-channel"         , RADIO_ATR_CHANNEL         , str},
64    {"radio_go_live_status"      , RADIO_GO_LIVE_STATUS      , raw},    {"radio-go-live-status"      , RADIO_GO_LIVE_STATUS      , raw},
65    {"radio_ready_go_live_status", RADIO_READY_GO_LIVE_STATUS, raw},    {"radio-ready-go-live-status", RADIO_READY_GO_LIVE_STATUS, raw},
66    {"radio_play_name_action"    , RADIO_PLAY_NAME_ACTION    , dword},    {"radio-play-name-action"    , RADIO_PLAY_NAME_ACTION    , dword},
67    {"radio_play_name_text"      , RADIO_PLAY_NAME_TEXT      , raw},    {"radio-play-name-text"      , RADIO_PLAY_NAME_TEXT      , raw},
68    {"radio_play_desc_action"    , RADIO_PLAY_DESC_ACTION    , dword},    {"radio-play-desc-action"    , RADIO_PLAY_DESC_ACTION    , dword},
69    {"radio_play_desc_text"      , RADIO_PLAY_DESC_TEXT      , raw},    {"radio-play-desc-text"      , RADIO_PLAY_DESC_TEXT      , raw},
70    {"radio_play_caption_action" , RADIO_PLAY_CAPTION_ACTION , dword},    {"radio-play-caption-action" , RADIO_PLAY_CAPTION_ACTION , dword},
71    {"radio_play_caption_text"   , RADIO_PLAY_CAPTION_TEXT   , raw},    {"radio-play-caption-text"   , RADIO_PLAY_CAPTION_TEXT   , raw},
72    {"radio_atr_caption"         , RADIO_ATR_CAPTION         , str},    {"radio-atr-caption"         , RADIO_ATR_CAPTION         , str},
73    {"radio_droppoint_object"    , RADIO_DROPPOINT_OBJECT    , dword},    {"radio-droppoint-object"    , RADIO_DROPPOINT_OBJECT    , dword},
74    {"radio_form_is_closing"     , RADIO_FORM_IS_CLOSING     , raw},    {"radio-form-is-closing"     , RADIO_FORM_IS_CLOSING     , raw},
75    {"radio_pause_play"          , RADIO_PAUSE_PLAY          , raw},    {"radio-pause-play"          , RADIO_PAUSE_PLAY          , raw},
76    {"radio_resume_play"         , RADIO_RESUME_PLAY         , raw},    {"radio-resume-play"         , RADIO_RESUME_PLAY         , raw},
77    {NULL, -1, na}    {NULL, -1, na}
78  };  };

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26