Thread: Vapoursynth
View Single Post
Old 11th February 2021, 09:06   #4290  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
Code:
auto logger(auto in, auto, auto, auto, auto vsapi) {
    for (auto x : Range{ vsapi->propNumElements(in, "name") })
        vsapi->logMessage(VSMessageType::mtWarning, vsapi->propGetData(in, "name", x, nullptr));
}
feisty2 is offline   Reply With Quote