channelInterpretation property

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);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-web_audio/AudioNode/channelInterpretation.html