parseElement_ProcessorWizardConfig(element, rtpTransmitWizardConfig);
}
private void parseElement_TranscodeWizardConfig(Element element)
{
transcodeWizardConfig = new TranscodeWizardConfig();
if (element != null)
parseElement_ProcessorWizardConfig(element, transcodeWizardConfig);
}