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

sceAtracDecodeData() private method

private sceAtracDecodeData ( Atrac Atrac, StereoShortSoundSample SamplesOut, [ DecodedSamples, [ ReachedEnd, [ RemainingFramesToDecode ) : int
Atrac Atrac
SamplesOut CSPspEmu.Core.Audio.StereoShortSoundSample
DecodedSamples [
ReachedEnd [
RemainingFramesToDecode [
return int
        public int sceAtracDecodeData(Atrac Atrac, StereoShortSoundSample* SamplesOut, [HleInvalidAsInvalidPointer] out int DecodedSamples, [HleInvalidAsInvalidPointer] out int ReachedEnd, [HleInvalidAsInvalidPointer] out int RemainingFramesToDecode)
        {
            return _sceAtracDecodeData(Atrac, SamplesOut, out DecodedSamples, out ReachedEnd, out RemainingFramesToDecode);
        }