MCPcopy Create free account
hub / github.com/cinder/Cinder / getWindowType

Method getWindowType

include/cinder/audio/MonitorNode.h:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110 size_t getFftSize() const { return mFftSize; }
111 dsp::WindowType getWindowType() const { return mWindowType; }
112
113 // reimpl Node::Format
114 Format& channels( size_t ch ) { Node::Format::channels( ch ); return *this; }

Callers 1

MonitorSpectralNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected