CSharpRTMP.Core.Protocols.Rtmfp.Flow.LostFragmentsHandler C# (CSharp) Method

LostFragmentsHandler() protected method

protected LostFragmentsHandler ( uint count ) : void
count uint
return void
        protected virtual void LostFragmentsHandler(uint count)
        {
            Logger.INFO("{0} fragments lost on flow {1}",count,Id);
        }