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

Method InputNode

src/cinder/audio/InputNode.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33// ----------------------------------------------------------------------------------------------------
34
35InputNode::InputNode( const Format &format )
36 : Node( format )
37{
38 if( getChannelMode() != ChannelMode::SPECIFIED )
39 setChannelMode( ChannelMode::MATCHES_OUTPUT );
40
41 if( ! format.isAutoEnableSet() )
42 setAutoEnabled( false );
43}
44
45InputNode::~InputNode()
46{

Callers

nothing calls this directly

Calls 3

getChannelModeFunction · 0.85
setAutoEnabledFunction · 0.85
isAutoEnableSetMethod · 0.80

Tested by

no test coverage detected