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