MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / Event_CallBackFunction_IsSet

Method Event_CallBackFunction_IsSet

Source/MediaInfo/MediaInfo_Config.cpp:3796–3801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3794//---------------------------------------------------------------------------
3795#if MEDIAINFO_EVENTS
3796bool MediaInfo_Config::Event_CallBackFunction_IsSet ()
3797{
3798 CriticalSectionLocker CSL(CS);
3799
3800 return Event_CallBackFunction?true:false;
3801}
3802#endif //MEDIAINFO_EVENTS
3803
3804//---------------------------------------------------------------------------

Callers 12

Errors_Stats_UpdateMethod · 0.45
Header_ParseMethod · 0.45
Header_ParseMethod · 0.45
Streams_AcceptMethod · 0.45
ParseReferenceMethod · 0.45
MI_CreateMethod · 0.45
HeaderMethod · 0.45
Read_Buffer_ContinueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected