CSPspEmu.Hle.Modules.libatrac3plus.sceAtrac3plus.OMAHeader.OMAHeader C# (CSharp) Method

OMAHeader() public method

public OMAHeader ( uint omaInfo ) : System
omaInfo uint
return System
            public OMAHeader(uint omaInfo)
            {
                this.Magic = 0x45413301;
                this.StructSize = (ushort)sizeof(OMAHeader);
                this.Unknown0 = unchecked((ushort)(-1));
                this.Unknown1 = 0x00000000;
                this.Unknown2 = 0x010f5000;
                this.Unknown3 = 0x00040000;
                this.Unknown4 = 0x0000f5ce;
                this.Unknown5 = 0xd2929132;
                this.Unknown6 = 0x2480451c;
                this.OmaInfo = omaInfo;
            }
sceAtrac3plus.OMAHeader