getAudioSources static method

XmlDocumentFragment getAudioSources()

XML for the audioSources

Implementation

static XmlDocumentFragment getAudioSources() {
  Transport.builder.element('GetAudioSources', nest: () {
    Transport.builder.namespace(Xmlns.trt);
  });

  return Transport.builder.buildFragment();
}