
Defines | |
| #define | __STDC_CONSTANT_MACROS 1 |
| #define | INT64_C(val) val##LL |
| #define | NUMIMAGES 9 |
| #define | IMAGEWIDTH 17 |
| #define | IMAGEHEIGHT 16 |
| #define | BUTTONWIDTH 0 |
| #define | BUTTONHEIGHT 0 |
| #define | ID_TOOLBAR 2000 |
| #define | HELP_SIMPLE _T("Quick file open") |
| #define | HELP_ADV _T("Advanced open") |
| #define | HELP_FILE _T("Open a file") |
| #define | HELP_DISC _T("Open Disc Media") |
| #define | HELP_NET _T("Open a network stream") |
| #define | HELP_SAT _T("Open a satellite stream") |
| #define | HELP_EJECT _T("Eject the DVD/CD") |
| #define | HELP_EXIT _T("Exit this program") |
| #define | HELP_OTHER _T("Open other types of inputs") |
| #define | HELP_PLAYLIST _T("Open the playlist") |
| #define | HELP_LOGS _T("Show the program logs") |
| #define | HELP_FILEINFO _T("Show information about the file being played") |
| #define | HELP_PREFS _T("Go to the preferences menu") |
| #define | HELP_ABOUT _T("About this program") |
| #define | HELP_STOP _T("Stop") |
| #define | HELP_PLAY _T("Play") |
| #define | HELP_PAUSE _T("Pause") |
| #define | HELP_PLO _T("Playlist") |
| #define | HELP_PLP _T("Previous playlist item") |
| #define | HELP_PLN _T("Next playlist item") |
| #define | HELP_SLOW _T("Play slower") |
| #define | HELP_FAST _T("Play faster") |
Functions | |
| HWND | CreateToolBar (HWND hwnd, HINSTANCE hInst) |
| HWND | CreateSliderBar (HWND hwnd, HINSTANCE hInst) |
| HWND | CreateStaticText (HWND hwnd, HINSTANCE hInst) |
| HWND | CreateVolTrackBar (HWND hwnd, HINSTANCE hInst) |
| HWND | CreateStatusBar (HWND hwnd, HINSTANCE hInst) |
Variables | |
| static TBBUTTON | tbButton [] |
| TCHAR * | szToolTips [] |
| #define __STDC_CONSTANT_MACROS 1 |
| #define BUTTONHEIGHT 0 |
Referenced by CreateToolBar(), and Playlist::WndProc().
| #define BUTTONWIDTH 0 |
Referenced by CreateToolBar(), and Playlist::WndProc().
| #define HELP_ABOUT _T("About this program") |
| #define HELP_ADV _T("Advanced open") |
| #define HELP_DISC _T("Open Disc Media") |
| #define HELP_EJECT _T("Eject the DVD/CD") |
| #define HELP_EXIT _T("Exit this program") |
| #define HELP_FAST _T("Play faster") |
| #define HELP_FILE _T("Open a file") |
| #define HELP_FILEINFO _T("Show information about the file being played") |
| #define HELP_LOGS _T("Show the program logs") |
| #define HELP_NET _T("Open a network stream") |
| #define HELP_OTHER _T("Open other types of inputs") |
| #define HELP_PAUSE _T("Pause") |
| #define HELP_PLAY _T("Play") |
| #define HELP_PLAYLIST _T("Open the playlist") |
| #define HELP_PLN _T("Next playlist item") |
| #define HELP_PLO _T("Playlist") |
| #define HELP_PLP _T("Previous playlist item") |
| #define HELP_PREFS _T("Go to the preferences menu") |
| #define HELP_SAT _T("Open a satellite stream") |
| #define HELP_SIMPLE _T("Quick file open") |
| #define HELP_SLOW _T("Play slower") |
| #define HELP_STOP _T("Stop") |
| #define ID_TOOLBAR 2000 |
| #define IMAGEHEIGHT 16 |
Referenced by CreateToolBar(), and Playlist::WndProc().
| #define IMAGEWIDTH 17 |
Referenced by CreateToolBar(), and Playlist::WndProc().
| #define INT64_C | ( | val | ) | val##LL |
Referenced by AddStream(), asf_header_create(), AStreamPrebufferBlock(), AStreamPrebufferStream(), CDDAFixupPlaylist(), Control(), ControlGoToIndex(), ControlSeekTime(), ControlSetTime(), DecodePacket(), DecodeVideo(), Demux(), demux_vaControlHelper(), DisplayTitleOnOSD(), DVBEventInformation(), Encode(), EncoderSetVideoType(), ffmpeg_NextPts(), GetESDS(), GetMoovBox(), GetStblBox(), GrabAudio(), input_ControlVarInit(), MainLoop(), mdate(), MP4_ConvertDate2Str(), MP4_GetMoviePTS(), MP4_TrackCreate(), MP4_TrackGetDTS(), MP4_TrackGetPTSDelta(), Mux(), MuxBlock(), Ogg_DecodePacket(), Ogg_UpdatePCR(), Interface::OnSliderUpdate(), Open(), matroska_segment_c::ParseChapterAtom(), matroska_segment_c::ParseChapters(), ParseExecute(), ParseIDU(), ParseSeekTable(), ParseStreamInfo(), ParseVOP(), ProcessPacket(), read_utf8(), ReadMeta(), SetVideoFormat(), sout_MuxSendBuffer(), StartTitle(), StreamRead(), SyncInfo(), and TrackTimeToSampleChunk().
| #define NUMIMAGES 9 |
Referenced by CreateToolBar(), Interface::TogglePlayButton(), and Playlist::WndProc().
| HWND CreateSliderBar | ( | HWND | hwnd, | |
| HINSTANCE | hInst | |||
| ) |
References Interface::hwndSlider, MENU_HEIGHT, SLIDER_HEIGHT, and SLIDER_MAX_POS.
Referenced by Interface::WndProc().
| HWND CreateStaticText | ( | HWND | hwnd, | |
| HINSTANCE | hInst | |||
| ) |
References Interface::hwndLabel, MENU_HEIGHT, and SLIDER_HEIGHT.
Referenced by Interface::WndProc().
| HWND CreateStatusBar | ( | HWND | hwnd, | |
| HINSTANCE | hInst | |||
| ) |
| HWND CreateToolBar | ( | HWND | hwnd, | |
| HINSTANCE | hInst | |||
| ) |
References BUTTONHEIGHT, BUTTONWIDTH, Interface::hwndTB, IDB_BITMAP1, IMAGEHEIGHT, IMAGEWIDTH, MENU_HEIGHT, NUMIMAGES, szToolTips, and tbButton.
Referenced by Interface::WndProc().
| HWND CreateVolTrackBar | ( | HWND | hwnd, | |
| HINSTANCE | hInst | |||
| ) |
| TCHAR* szToolTips[] |
Initial value:
{
_T("Quick file open") , _T("Open a network stream") , _T("Stop") , _T("Play") , _T("Playlist") , _T("Previous playlist item") ,
_T("Next playlist item") , _T("Play slower") , _T("Play faster")
}
Referenced by CreateToolBar().
TBBUTTON tbButton[] [static] |
Initial value:
{
{0, 40057 , TBSTATE_ENABLED, TBSTYLE_BUTTON},
{1, 40060 , TBSTATE_ENABLED, TBSTYLE_BUTTON},
{0, 0, TBSTATE_ENABLED, TBSTYLE_SEP},
{2, 57601 , TBSTATE_ENABLED, TBSTYLE_BUTTON},
{3, 57602 , TBSTATE_ENABLED, TBSTYLE_BUTTON},
{0, 0, TBSTATE_ENABLED, TBSTYLE_SEP},
{4, 40063 , TBSTATE_ENABLED, TBSTYLE_BUTTON},
{0, 0, TBSTATE_ENABLED, TBSTYLE_SEP},
{5, 57603 , TBSTATE_ENABLED, TBSTYLE_BUTTON},
{6, 57604 , TBSTATE_ENABLED, TBSTYLE_BUTTON},
{0, 0, TBSTATE_ENABLED, TBSTYLE_SEP},
{7, 57605 , TBSTATE_ENABLED, TBSTYLE_BUTTON},
{8, 57606 , TBSTATE_ENABLED, TBSTYLE_BUTTON},
}
Referenced by CreateToolBar().
1.5.6