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

Function MediaInfo_Output_Buffer_Get

Source/MediaInfoDLL/MediaInfoDLL.cpp:763–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761}
762
763size_t __stdcall MediaInfo_Output_Buffer_Get (void* Handle, const wchar_t* Value)
764{
765 MANAGE_SIZE_T( "Output_Buffer_Get",
766 MediaInfo,
767 Output_Buffer_Get(Value),
768 Debug+=", Value=";Debug+=Ztring(Value).To_UTF8();)
769}
770
771size_t __stdcall MediaInfo_Output_Buffer_GetI (void* Handle, size_t Pos)
772{

Callers 2

Output_Buffer_GetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected