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