FlashVideoFiles.UInt24.UInt24 C# (CSharp) Method

UInt24() public method

public UInt24 ( byte b1, byte b2, byte b3 ) : System
b1 byte
b2 byte
b3 byte
return System
        public UInt24(byte b1, byte b2, byte b3)
        {
            Byte1 = b1;
            Byte2 = b2;
            Byte3 = b3;
        }