IAudioNode.ConsumeInput Property

Definition

Gets or sets a value indicating if the audio node consumes input.

public:
 property bool ConsumeInput { bool get(); void set(bool value); };
bool ConsumeInput();

void ConsumeInput(bool value);
public bool ConsumeInput { get; set; }
var boolean = iAudioNode.consumeInput;
iAudioNode.consumeInput = boolean;
Public Property ConsumeInput As Boolean

Property Value

Boolean

bool

True if the audio node consumes input, and false otherwise.

Applies to