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

GetNumberOfSamplesInNextFrame() public method

public GetNumberOfSamplesInNextFrame ( ) : int
return int
            public int GetNumberOfSamplesInNextFrame()
            {
                //Console.Error.WriteLine("*************** {0}, {1}, {2}", EndSample, DecodingOffset, EndSample - DecodingOffset);
                return Math.Min(this.MaximumSamples, EndSample - DecodingOffset);
            }