stopMulticastStreaming static method
XmlDocumentFragment
stopMulticastStreaming()
Implementation
static XmlDocumentFragment stopMulticastStreaming() {
builder.element('StopMulticastStreaming', nest: () {
builder.namespace('http://www.onvif.org/ver10/media/wsdl');
});
return builder.buildFragment();
}