protected bool BDROM_StreamFileScanError(TSStreamFile streamFile, Exception ex)
{
System.Console.WriteLine(string.Format(
"An error occurred while scanning the stream file {0}.\n\nThe disc may be copy-protected or damaged.\n\nDo you want to continue scanning the stream files?", streamFile.Name));
return GetYorNdefaultY();
}