MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / FilterMode

Class FilterMode

Libraries/unrar/options.hpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74enum SOUND_NOTIFY_MODE {SOUND_NOTIFY_DEFAULT=0,SOUND_NOTIFY_ON,SOUND_NOTIFY_OFF};
75
76struct FilterMode
77{
78 FilterState State;
79 int Param1;
80 int Param2;
81};
82
83#define MAX_GENERATE_MASK 128
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected