CSharpRTMP.Core.Protocols.Rtmfp.MessageUnbuffered.Init C# (CSharp) Метод

Init() защищенный Метод

protected Init ( uint postion ) : uint
postion uint
Результат uint
        protected override uint Init(uint postion)
        {
            _stream.Position = postion;
            return (uint) _stream.GetAvaliableByteCounts();
        }