getAudioSources static method
XML for the audioSources
Implementation
static XmlDocumentFragment getAudioSources() {
Transport.builder.element('GetAudioSources', nest: () {
Transport.builder.namespace(Xmlns.trt);
});
return Transport.builder.buildFragment();
}