ma_node*pNode;/* The node that owns this output bus. The input node. Will be null for dummy head and tail nodes. */
ma_uint32readCounter;/* For loop prevention. Compared with the current read count of the node graph. If larger, means a loop was encountered and reading is aborted and no samples read. */
ma_uint8outputBusIndex;/* The index of the output bus on pNode that this output bus represents. */
ma_uint8channels;/* The number of channels in the audio stream for this bus. */