Exemple #1
0
static AVSValue __cdecl FFGetLogLevel(AVSValue Args, void* UserData, IScriptEnvironment* Env) {
	return FFMS_GetLogLevel();
}
Exemple #2
0
static AVSValue __cdecl FFSetLogLevel(AVSValue Args, void* UserData, IScriptEnvironment* Env) {
	FFMS_SetLogLevel(Args[0].AsInt());
	return FFMS_GetLogLevel();
}
Exemple #3
0
static avxsynth::AVSValue __cdecl FFGetLogLevel(avxsynth::AVSValue Args, void* UserData, avxsynth::IScriptEnvironment* Env) {
	return FFMS_GetLogLevel();
}