Interface representing a Node that communicates with a hardware output device. This is typically speakers or a 'line-out' on an audio interface.

You do not directly construct an OutputDeviceNode . Instead, you use the platform-defined method Context::createOutputDeviceNode() . If number of channels hasn't been specified via Node::Format , defaults to min( 2, getDevice() ->getNumOutputChannels() ) .


Enums


Public Member Functions

  • ~OutputDeviceNode ()

Protected Member Functions

  • OutputDeviceNode (const DeviceRef &device, const Format &format=Format())
  • void
    deviceParamsWillChange ()
  • void
    deviceParamsDidChange ()
  • void
    disconnectInput (const NodeRef &input)
  • void
    disconnectOutput (const NodeRef &output)
  • void
    configureConnections ()
  • void
    setupProcessWithSumming ()
  • void
    notifyConnectionsDidChange ()
  • bool
    inputChannelsAreUnequal () const
  • void
    initializeImpl ()
  • void
    uninitializeImpl ()
  • getSummingBuffer ()
  • getSummingBuffer () const

Protected Attributes