MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / Advanced_InformTimestampClick

Method Advanced_InformTimestampClick

Source/GUI/VCL/GUI_Preferences.cpp:449–456  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

447
448//---------------------------------------------------------------------------
449void __fastcall TPreferencesF::Advanced_InformTimestampClick(TObject *Sender)
450
451{
452 if (Advanced_InformTimestamp->Checked)
453 Prefs->Config(__T("InformTimestamp"), 1)=__T("1");
454 else
455 Prefs->Config(__T("InformTimestamp"), 1)=__T("0");
456}
457
458//---------------------------------------------------------------------------
459void __fastcall TPreferencesF::Advanced_EnableFfmpegClick(TObject *Sender)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected