コード例 #1
0
ファイル: FlacStream.cs プロジェクト: pr0gramm3r1/AngryTanks
 /// <summary>Informs the stream that an error has occured decoding the stream</summary>
 /// <param name="error">Error that has occured</param>
 protected abstract void HandleError(StreamDecoderError error);
コード例 #2
0
 /// <summary>Informs the stream that an error has occured decoding the stream</summary>
 /// <param name="error">Error that has occured</param>
 protected abstract void HandleError(StreamDecoderError error);