CSPspEmu.Hle.Formats.audio.At3.SUB.MaiQueue0.GetMaxLength C# (CSharp) Method

GetMaxLength() public method

public GetMaxLength ( ) : int
return int
        public int GetMaxLength()
        {
            if (status != 0) return 0;
            return max_size - 1;
        }