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

Atrac() public method

public Atrac ( InjectContext InjectContext, CodecType CodecType ) : System
InjectContext InjectContext
CodecType CodecType
return System
            public Atrac(InjectContext InjectContext, CodecType CodecType)
            {
                InjectContext.InjectDependencesTo(this);

                PrimaryBuffer = HleMemoryManager.GetPartition(MemoryPartitions.User).Allocate(1024);

                this.CodecType = CodecType;
            }

Same methods

sceAtrac3plus.Atrac::Atrac ( InjectContext InjectContext, byte Data, int DataLength ) : System