IAudioNode.ConsumeInput Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.