Exemplo n.º 1
0
 /// <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());
 }