openshot-audio  0.1.4
Public Member Functions | Public Attributes | List of all members
GraphRenderingOps::AddChannelOp Struct Reference
Inheritance diagram for GraphRenderingOps::AddChannelOp:
GraphRenderingOps::AudioGraphRenderingOp

Public Member Functions

 AddChannelOp (const int srcChan, const int dstChan) noexcept
 
void perform (AudioSampleBuffer &sharedBufferChans, const OwnedArray< MidiBuffer > &, const int numSamples)
 
- Public Member Functions inherited from GraphRenderingOps::AudioGraphRenderingOp
 AudioGraphRenderingOp () noexcept
 
virtual ~AudioGraphRenderingOp ()
 

Public Attributes

const int srcChannelNum
 
const int dstChannelNum
 

Constructor & Destructor Documentation

◆ AddChannelOp()

GraphRenderingOps::AddChannelOp::AddChannelOp ( const int  srcChan,
const int  dstChan 
)
inlinenoexcept

Member Function Documentation

◆ perform()

void GraphRenderingOps::AddChannelOp::perform ( AudioSampleBuffer sharedBufferChans,
const OwnedArray< MidiBuffer > &  ,
const int  numSamples 
)
inlinevirtual

Member Data Documentation

◆ dstChannelNum

const int GraphRenderingOps::AddChannelOp::dstChannelNum

◆ srcChannelNum

const int GraphRenderingOps::AddChannelOp::srcChannelNum

The documentation for this struct was generated from the following file: