CSharpRTMP.Core.Protocols.Rtmfp.MessageUnbuffered.Init C# (CSharp) Method

Init() protected method

protected Init ( uint postion ) : uint
postion uint
return uint
        protected override uint Init(uint postion)
        {
            _stream.Position = postion;
            return (uint) _stream.GetAvaliableByteCounts();
        }