String channelInterpretation

Source

@DomName('AudioNode.channelInterpretation')
@DocsEditable()
String get channelInterpretation => _blink.BlinkAudioNode.instance.channelInterpretation_Getter_(this);
void channelInterpretation=(String value)

Source

@DomName('AudioNode.channelInterpretation')
@DocsEditable()
set channelInterpretation(String value) => _blink.BlinkAudioNode.instance.channelInterpretation_Setter_(this, value);