/// <remarks> /// This single call is temporarily in a new method because it is called from two places /// </remarks> private void InitStream() { streamID = DBHelper.CreateStream(partID, rtpStream.Properties.Name, rtpStream.PayloadType.ToString(), rtpStream.Properties.GetPrivateExtensions()); }