|
Defines | |
| #define | VLC_VAR_SETMIN 0x0010 |
| Set the minimum value of this variable. | |
| #define | VLC_VAR_SETMAX 0x0011 |
| Set the maximum value of this variable. | |
| #define | VLC_VAR_SETSTEP 0x0012 |
| #define | VLC_VAR_SETVALUE 0x0013 |
| Set the value of this variable without triggering any callbacks. | |
| #define | VLC_VAR_SETTEXT 0x0014 |
| #define | VLC_VAR_GETTEXT 0x0015 |
| #define | VLC_VAR_GETMIN 0x0016 |
| #define | VLC_VAR_GETMAX 0x0017 |
| #define | VLC_VAR_GETSTEP 0x0018 |
| #define | VLC_VAR_ADDCHOICE 0x0020 |
| #define | VLC_VAR_DELCHOICE 0x0021 |
| #define | VLC_VAR_CLEARCHOICES 0x0022 |
| #define | VLC_VAR_SETDEFAULT 0x0023 |
| #define | VLC_VAR_GETCHOICES 0x0024 |
| #define | VLC_VAR_GETLIST 0x0025 |
| #define | VLC_VAR_CHOICESCOUNT 0x0026 |
| #define | VLC_VAR_INHERITVALUE 0x0030 |
| #define | VLC_VAR_SETISCOMMAND 0x0040 |
The parameters given are the meaning of the two last parameters of __var_Change() when this action is being used.
| #define VLC_VAR_ADDCHOICE 0x0020 |
Referenced by __var_Change(), AddCustomRatios(), aout_InputNew(), aout_OutputNew(), ControlList(), ControlListPrint(), DeinterlaceEnable(), EsOutESVarUpdateGeneric(), Foo(), input_ControlVarNavigation(), input_ControlVarTitle(), intf_Create(), Open(), OpenPostproc(), PostProcessEnable(), Probe(), VLCVoutView::setVout:subView:frame:, UpdateBookmarksOption(), VarListAdd(), and vout_IntfInit().
| #define VLC_VAR_CHOICESCOUNT 0x0026 |
Referenced by __var_Change(), __var_CountChoices(), CreateChoicesMenu(), CreateMenuItem(), EsOutESVarUpdateGeneric(), InputManager::hasAudio(), IsMenuEmpty(), ItemChange(), libvlc_media_player_get_chapter_count(), libvlc_media_player_get_chapter_count_for_title(), libvlc_media_player_get_title_count(), mvar_InputVarSetNew(), VlcProc::on_intf_event_changed(), Probe(), SeekpointCallback(), VLCControls::setupVarMenu:forMenuItem:target:var:selector:, VLCControls::setupVarMenuItem:target:var:selector:, SubtitleAdd(), and TitleCallback().
| #define VLC_VAR_CLEARCHOICES 0x0022 |
Referenced by __var_Change(), DeinterlaceEnable(), input_ControlVarTitle(), UpdateBookmarksOption(), and VarListDel().
| #define VLC_VAR_DELCHOICE 0x0021 |
Referenced by __var_Change(), Foo(), input_ControlVarInit(), OpenPostproc(), VarListDel(), and vout_IntfInit().
| #define VLC_VAR_GETCHOICES 0x0024 |
Referenced by __var_Change(), ChapterMenu::AttachedToWindow(), TitleMenu::AttachedToWindow(), libvlc_audio_get_track(), libvlc_audio_set_track(), libvlc_video_get_spu(), libvlc_video_get_track(), libvlc_video_set_spu(), libvlc_video_set_track(), PutAction(), RunIntf(), and SetAvailControlsByString().
| #define VLC_VAR_GETLIST 0x0025 |
Referenced by __var_Change(), InputManager::activateTeletext(), LanguageMenu::AttachedToWindow(), AudioConfig(), CreateChoicesMenu(), Foo(), Input(), IsMenuEmpty(), libvlc_get_track_description(), libvlc_toggle_teletext(), mvar_InputVarSetNew(), PutAction(), InputManager::sectionMenu(), VLCControls::setupVarMenu:forMenuItem:target:var:selector:, SubtitleAdd(), VideoConfig(), and vlclua_var_get_list().
| #define VLC_VAR_GETMAX 0x0017 |
Referenced by __var_Change().
| #define VLC_VAR_GETMIN 0x0016 |
Referenced by __var_Change().
| #define VLC_VAR_GETSTEP 0x0018 |
Referenced by __var_Change().
| #define VLC_VAR_GETTEXT 0x0015 |
| #define VLC_VAR_INHERITVALUE 0x0030 |
Referenced by __var_Change().
| #define VLC_VAR_SETDEFAULT 0x0023 |
Referenced by __var_Change(), Foo(), Open(), and Probe().
| #define VLC_VAR_SETISCOMMAND 0x0040 |
Referenced by __var_Change().
| #define VLC_VAR_SETMAX 0x0011 |
Set the maximum value of this variable.
| p_val | The new maximum value | |
| p_val2 | Unused |
Referenced by __var_Change(), and ControlListPrint().
| #define VLC_VAR_SETMIN 0x0010 |
Set the minimum value of this variable.
| p_val | The new minimum value | |
| p_val2 | Unused |
Referenced by __var_Change(), and ControlListPrint().
| #define VLC_VAR_SETSTEP 0x0012 |
Referenced by __var_Change(), and ControlListPrint().
| #define VLC_VAR_SETTEXT 0x0014 |
Referenced by __var_Change(), __vout_Create(), aout_InputNew(), aout_OutputNew(), ControlList(), ControlListPrint(), DeinterlaceEnable(), input_ControlVarInit(), input_ControlVarNavigation(), input_ControlVarTitle(), intf_Create(), Open(), OpenPostproc(), PostProcessEnable(), Probe(), VLCVoutView::setVout:subView:frame:, ThemeRepository::ThemeRepository(), VCDUpdateVar(), and vout_IntfInit().
| #define VLC_VAR_SETVALUE 0x0013 |
Set the value of this variable without triggering any callbacks.
| p_val | The new value | |
| p_val2 | Unused |
Referenced by __var_Change(), Control(), DeinterlaceEnable(), input_ControlVarInit(), input_SendEventAudioDelay(), input_SendEventCache(), input_SendEventLength(), input_SendEventPosition(), input_SendEventRate(), input_SendEventRecord(), input_SendEventSeekpoint(), input_SendEventSignal(), input_SendEventState(), input_SendEventSubtitleDelay(), input_SendEventTitle(), NavigationCallback(), PositionCallback(), SeekpointCallback(), TimeCallback(), TitleCallback(), VarListSelect(), VCDSeek(), VCDSetOrigin(), and vout_SendEventSourceCrop().
1.5.6