CSharpRTMP.Core.Protocols.Rtmfp.Message.FragmentInfo.FragmentInfo C# (CSharp) Méthode

FragmentInfo() public méthode

public FragmentInfo ( uint offset, ulong stage ) : System
offset uint
stage ulong
Résultat System
            public FragmentInfo(uint offset, ulong stage)
            {
                Offset = offset;
                Stage = stage;
                //Debug.WriteLine("new FragmentInfo:{0}",stage);
            }
        }
Message.FragmentInfo