getVideoSources static method

XmlDocumentFragment getVideoSources()

XML for the getVideoSources

Implementation

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

  return Transport.builder.buildFragment();
}