CSharpRTMP.Core.MediaFormats.mp4.boxes.AtomSDTP.Entry.Entry C# (CSharp) Method

Entry() public method

public Entry ( int value ) : System.Collections.Generic
value int
return System.Collections.Generic
            public  Entry(int value)
            {
                Value = value;
            }
            public int Value;
AtomSDTP.Entry