| 123 | void setDefaultCount(USHORT value) { defaultCount = value; } |
| 124 | |
| 125 | const Format* getInputFormat() const { return inputFormat; } |
| 126 | void setInputFormat(const Format* value) { inputFormat = value; } |
| 127 | |
| 128 | const Format* getOutputFormat() const { return outputFormat; } |
no outgoing calls
no test coverage detected