|
Data Structures |
| class | BookmarksDialog |
| class | BookmarkEditDialog |
| class | FileInfo |
| class | MetaDataPanel |
| class | AdvancedInfoPanel |
| class | InputStatsInfoPanel |
| struct | InputWidget |
| class | InteractionDialog |
| class | ItemInfoDialog |
| class | Messages |
| class | OpenDialog |
| class | Playlist |
| class | PrefsDialog |
| | This class is the preferences window It includes a preferences panel (right part) and the PrefsTreeCtrl (left part). More...
|
| class | SoutDialog |
| class | SubsFileDialog |
| class | VLMAddStreamPanel |
| | This class is the panel to add or edit a VLM stream It can be embedded in the main VLM panel or on a separate frame. More...
|
| class | VLMPanel |
| | This class is the main VLM Manager panel. More...
|
| class | VLMFrame |
| | This class is the standard VLM frame It only consists of the VLM panel. More...
|
| class | VLMEditStreamFrame |
| | This class is the edit dialog for a stream It only consists of the VLM edit panel. More...
|
| class | VLMSliderManager |
| | This class manages a slider corresponding to the main input. More...
|
| class | VLMStreamPanel |
| | This class represents the panel for a VLM Stream This class is abstract, it needs to be subclassed. More...
|
| class | VLMBroadcastStreamPanel |
| | This class represents the panel for a Broadcast VLM Stream. More...
|
| class | VLMVODStreamPanel |
| | This class represents the panel for a VOD VLM Stream. More...
|
| class | WizardDialog |
| class | DialogsProvider |
| class | ExtraPanel |
| class | InputManager |
| | This class manages all the controls related to the input. More...
|
| class | Interface |
| class | WindowSettings |
| class | MenuEvtHandler |
| class | PlaylistManager |
| class | Timer |
| class | VideoWindow |
Enumerations |
| enum | {
AddFile_Event = 1,
AddDir_Event,
AddMRL_Event,
Close_Event,
Open_Event,
Save_Event,
SortTitle_Event,
RSortTitle_Event,
Randomize_Event,
DeleteSelection_Event,
Random_Event,
Loop_Event,
Repeat_Event,
PopupPlay_Event,
PopupPlayThis_Event,
PopupPreparse_Event,
PopupSort_Event,
PopupDel_Event,
PopupInfo_Event,
PopupAddNode_Event,
SearchText_Event,
Search_Event,
Source_Event,
TreeCtrl_Event,
TreeCtrl_Event,
Browse_Event,
UpdateItem_Event,
UpdateItem_Event,
AppendItem_Event,
AppendItem_Event,
RemoveItem_Event,
RemoveItem_Event,
MenuDummy_Event = wxID_HIGHEST + 999,
FirstView_Event = wxID_HIGHEST + 1000,
CategoryView_Event,
OneLevelView_Event,
LastView_Event = wxID_HIGHEST + 1100,
FirstSD_Event = wxID_HIGHEST + 2000,
LastSD_Event = wxID_HIGHEST + 2100
} |
| enum | {
PLAY_ACCESS_OUT = 0,
FILE_ACCESS_OUT,
HTTP_ACCESS_OUT,
MMSH_ACCESS_OUT,
RTP_ACCESS_OUT,
UDP_ACCESS_OUT,
ACCESS_OUT_NUM
} |
| enum | {
TS_ENCAPSULATION = 0,
PS_ENCAPSULATION,
MPEG1_ENCAPSULATION,
OGG_ENCAPSULATION,
ASF_ENCAPSULATION,
MP4_ENCAPSULATION,
MOV_ENCAPSULATION,
WAV_ENCAPSULATION,
RAW_ENCAPSULATION,
AVI_ENCAPSULATION,
ENCAPS_NUM
} |
| enum | { ANN_MISC_SOUT = 0,
TTL_MISC_SOUT,
MISC_SOUT_NUM
} |
| enum | {
TreeCtrl_Event,
TreeCtrl_Event,
UpdateItem_Event,
UpdateItem_Event,
AppendItem_Event,
AppendItem_Event,
RemoveItem_Event,
RemoveItem_Event
} |
Functions |
| | WX_DEFINE_ARRAY (AutoBuiltPanel *, ArrayOfAutoBuiltPanel) |
| static int | PlaylistChanged (vlc_object_t *, const char *, vlc_value_t, vlc_value_t, void *) |
| static int | PlaylistNext (vlc_object_t *, const char *, vlc_value_t, vlc_value_t, void *) |
| static int | ItemChanged (vlc_object_t *, const char *, vlc_value_t, vlc_value_t, void *) |
| static int | ItemAppended (vlc_object_t *p_this, const char *psz_variable, vlc_value_t oval, vlc_value_t nval, void *param) |
| static int | ItemDeleted (vlc_object_t *p_this, const char *psz_variable, vlc_value_t oval, vlc_value_t nval, void *param) |
| | DEFINE_LOCAL_EVENT_TYPE (wxEVT_PLAYLIST) |
| | BEGIN_EVENT_TABLE (Playlist, wxFrame) EVT_SIZE(Playlist |
| | BEGIN_EVENT_TABLE (PlaylistManager, wxPanel) EVT_TREE_ITEM_ACTIVATED(TreeCtrl_Event |
| PlaylistManager::OnActivateItem | EVT_COMMAND (-1, wxEVT_PLAYLIST, PlaylistManager::OnPlaylistEvent) END_EVENT_TABLE() class PlaylistItem |