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

Function MediaInfoList_Set

Source/MediaInfoDLL/MediaInfoDLL.cpp:1001–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999}
1000
1001size_t __stdcall MediaInfoList_Set (void* Handle, const wchar_t* ToSet, size_t FilePos, MediaInfo_stream_t StreamKind, size_t StreamNumber, const wchar_t* Parameter, const wchar_t* OldParameter)
1002{
1003 StreamKind=(MediaInfo_stream_t)(((size_t)StreamKind)&0xFF);
1004 MANAGE_SIZE_T( "Set",
1005 MediaInfoList,
1006 Set(ToSet, FilePos, (stream_t)StreamKind, StreamNumber, Parameter, OldParameter),
1007 Debug+=", ToSet=";Debug+=Ztring(ToSet).To_UTF8();Debug+=", StreamKind=";Debug+=Ztring::ToZtring((size_t)StreamKind).To_UTF8();Debug+=", StreamNumber=";Debug+=Ztring::ToZtring(StreamNumber).To_UTF8();Debug+=", Parameter=";Debug+=Ztring(Parameter).To_UTF8();)
1008}
1009
1010const wchar_t* __stdcall MediaInfoList_Option (void* Handle, const wchar_t* Option, const wchar_t* Value)
1011{

Callers 4

MediaInfoListA_SetFunction · 0.85
SetMethod · 0.85
SetMethod · 0.85
SetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected